Skip to content

Commit

Permalink
Bugfix for #185
Browse files Browse the repository at this point in the history
  • Loading branch information
atreyasha committed Mar 4, 2022
1 parent 14a8bf7 commit 46faaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downgrade
Expand Up @@ -464,7 +464,7 @@ cli() {
# Set script defaults
PACMAN="pacman"
PACMAN_CONF="/etc/pacman.conf"
DOWNGRADE_ARCH="$(pacman-conf Architecture)"
DOWNGRADE_ARCH="$(pacman-conf Architecture | head -n 1)"
DOWNGRADE_ALA_URL="https://archive.archlinux.org"
DOWNGRADE_FROM_ALA=1
DOWNGRADE_FROM_CACHE=1
Expand Down

0 comments on commit 46faaa3

Please sign in to comment.