Skip to content

Commit

Permalink
Update initialization.sh
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
gainesaw authored Jul 5, 2023
1 parent 5f771fe commit b409748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/amd64/initialization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sudo apt-get -y install docker-ce docker-ce-cli containerd.io
sudo apt -y install python3-pip
sudo pip3 install docker-compose
sudo docker-compose pull
sudo apt update -y && sudo update -y
sudo apt update -y && sudo apt upgrade -y
sudo docker-compose up -d

#create v2xhub user
Expand Down

0 comments on commit b409748

Please sign in to comment.