Skip to content

Commit

Permalink
Remove install script and remove commented out step in install depend…
Browse files Browse the repository at this point in the history
…encies
  • Loading branch information
paulbourelly999 committed Jan 11, 2024
1 parent 036b6ff commit 274b1e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 119 deletions.
118 changes: 0 additions & 118 deletions docker/install.sh

This file was deleted.

1 change: 0 additions & 1 deletion docker/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ sudo apt-get install -y --allow-unauthenticated gcc-7 g++-7 python3.6 unzip tar
wget vim nano xterm libprotobuf-dev git
sudo rm -rf /var/lib/apt/lists/*

#update-alternatives --set python /usr/bin/python3.7
sudo apt-get clean
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 20 --slave /usr/bin/g++ g++ /usr/bin/g++-7
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1
Expand Down

0 comments on commit 274b1e1

Please sign in to comment.