Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Fontana-Indico committed Mar 29, 2024
1 parent 77a3727 commit 1b69b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ chmod 700 $HOME/.ssh/machine_name.pem
ssh -i $HOME/.ssh/machine_name.pem indico@${ip_address}
sudo bash


# execute the setup script
run all the commands in setup.sh

Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ sudo chmod 666 /var/run/docker.sock
sudo systemctl restart docker.service
sudo chmod 666 /var/run/docker.sock

touch $HOME/.indico
touch /home/indico/.indico

0 comments on commit 1b69b37

Please sign in to comment.