Skip to content

Commit

Permalink
Update upgrade.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri authored Jul 24, 2022
1 parent 53cb04f commit e3eb9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upgrade_patch/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ask() {

function upgrade() {
# set MIRROR
case $(run_cmd dpkg --print-architecture) in
case $(run_proot_cmd dpkg --print-architecture) in
amd64|i386) MIRROR=$_MIRROR ;;
*) MIRROR=$_MIRROR_PORTS ;;
esac
Expand Down

0 comments on commit e3eb9b7

Please sign in to comment.