Update several config files

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-10-11 12:54:52 +02:00
parent 17842e4204
commit 336619723e
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
print_section "Remove unneeded dependencies"
mapfile -t UNNEEDED_DEPENDENCIES < <(yay -Qdtq)
yay -R "${UNNEEDED_DEPENDENCIES[@]}"
yay -Rsnu "${UNNEEDED_DEPENDENCIES[@]}"
print_section "Clear makepkg files"
print_log "Deleting files in ${YELLOW}${XDG_DATA_HOME}/src/${RESET}"

View file

@ -58,7 +58,7 @@ function print_log() {
}
function ask_prompt() {
read -p "${BOLD}${BLUE}::${DEFAULT} ${1} [Y/n] ${RESET}" -n 1 -r
read -p "${BOLD}${BLUE}::${DEFAULT} ${1} [y/N] ${RESET}" -n 1 -r
echo ""
if [[ ${REPLY} =~ ^[^yY]$ ]]; then