Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
emartisoft authored Nov 23, 2018
1 parent 8f5ae03 commit 118e5a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rastari/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ rpi-update
apt-get autoclean -y
apt-get autoremove -y
SetAutoLogin
apt-get install build-essential libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev -y
apt-get install build-essential libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev git-core -y
echo -e "${YELLOW}Checking for Rastari updates...${NOCOLOR}"
cd /tmp
git clone https://github.com/emartisoft/Rastari
cd Rastari/
chmod +x ./install.sh
./install.sh

0 comments on commit 118e5a4

Please sign in to comment.