Skip to content

Commit

Permalink
Update initialization.sh (arm64)
Browse files Browse the repository at this point in the history
updated to include cd .. (line 28) as it was mistakenly remove. before this update script wouldn't be able to run script to add v2xhub user
  • Loading branch information
gainesaw authored Jun 30, 2023
1 parent 92fcae3 commit 90c4951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration/arm64/initialization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ tr -d '\n' <sql_root_pass.txt> mysql_root_password.txt && tr -d '\n' <sql_pass.t
rm sql_root_pass.txt && rm sql_pass.txt

#ARM initialization
cd ..
sudo apt-get -y remove docker docker-engine docker.io containerd runc
sudo apt-get update
sudo apt-get -y install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
Expand Down

0 comments on commit 90c4951

Please sign in to comment.