Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Toosi committed May 31, 2023
1 parent 3e11f35 commit 586570d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/remote_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ rm -rf ~/codequest || echo "codequest directory doesn't exist, creating it..."
mkdir -p ~/codequest/repo
cd ~/codequest || exit

sudo apt update
sudo apt install -y make python3-pip

curl -fsSL https://get.docker.com -o get-docker.sh
docker -v || sudo sh get-docker.sh

sudo apt install -y make python3-pip

tmux kill-server || echo "Tmux already not running"

0 comments on commit 586570d

Please sign in to comment.