Skip to content

Commit

Permalink
Create preinstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DJTobias committed Feb 4, 2017
1 parent 0451f25 commit 05f1246
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions installGuides/preinstall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
## Add repositories and install chromium
sudo apt-add-repository universe
sudo apt-add-repository multiverse
sudo apt-add-repository restricted
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install chromium-browser

0 comments on commit 05f1246

Please sign in to comment.