Skip to content

Commit

Permalink
Still trying to figure out why apt-get sometimes stops the shell script.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 3, 2019
1 parent 5ece812 commit b713760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion install.sh
Expand Up @@ -34,7 +34,8 @@ fi

cd /home/pi/arcade1up-lcd-marquee

apt install libdbus-1-dev libevdev-dev libxml-libxml-perl
apt -y install libdbus-1-dev libevdev-dev libxml-libxml-perl </dev/null


echo "Icculus's LCD Marquee software installer!"
echo
Expand Down
2 changes: 1 addition & 1 deletion remote-install.sh
Expand Up @@ -33,7 +33,7 @@ echo

read waitforinput </dev/tty

/bin/bash -c "apt install mercurial"
apt -y install mercurial </dev/null

cd /home/pi

Expand Down

0 comments on commit b713760

Please sign in to comment.