Skip to content

Commit

Permalink
use newer python
Browse files Browse the repository at this point in the history
  • Loading branch information
corbinlc committed Feb 23, 2024
1 parent 0a27c7e commit a3baea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ case "$1" in
esac

apt update
apt install -y git sudo curl unzip mawk zip python make build-essential lsb-release sudo
apt install -y git sudo curl unzip mawk zip python3 make build-essential lsb-release sudo

rm -rf $ARCH_DIR
mkdir -p $ARCH_DIR
Expand Down

0 comments on commit a3baea7

Please sign in to comment.