Skip to content

Commit e3eb9b7

Browse files
Update upgrade.sh
1 parent 53cb04f commit e3eb9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upgrade_patch/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ask() {
2020

2121
function upgrade() {
2222
# set MIRROR
23-
case $(run_cmd dpkg --print-architecture) in
23+
case $(run_proot_cmd dpkg --print-architecture) in
2424
amd64|i386) MIRROR=$_MIRROR ;;
2525
*) MIRROR=$_MIRROR_PORTS ;;
2626
esac

0 commit comments

Comments
 (0)