Update combined libs

This commit is contained in:
Ian Coleman
2020-10-18 22:46:27 +00:00
parent ef95b4bfad
commit b386aaa06e
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ source $HOME/.bashrc
ln -s /usr/bin/python3 $HOME/.bin/python
# install firefox and other dependencies
sudo apt-get -y install firefox unzip openjdk-11-jre-headless xvfb libxi6 libgconf-2-4
sudo apt-get -y install firefox unzip openjdk-11-jre-headless xvfb libxi6 libgconf-2-4 make build-essential
# install chrome
curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add
sudo sh -c "echo \"deb https://dl.google.com/linux/chrome/deb/ stable main\" >> /etc/apt/sources.list.d/google-chrome.list"