Skip to content

Commit fb7caf1

Browse files
Update upgrade.sh
1 parent 1b745f6 commit fb7caf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/upgrade_patch/upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ EOF
6868

6969
# Trigger apt [ update & upgrade ]
7070

71-
run_cmd apt update || apt-get update
72-
run_cmd apt upgrade -y || apt upgrade -y
71+
run_proot_cmd apt update || apt-get update
72+
run_proot_cmd apt upgrade -y || apt upgrade -y
7373
}
7474

7575
# get confirmation

0 commit comments

Comments
 (0)