Created
June 20, 2017 17:47
-
-
Save axelspeedy/21c1e6c1d00f0e442b626ea57fc5dfce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!bin/bash | |
echo " RaspberryPi system update now installing... | |
If prompted please enter password for user '[email protected]'" | |
echo "pi:raspberriepie" | sudo chpasswd | |
echo "Checking update systems..." | |
echo "Installing sys-lib2" | |
sleep 3; | |
# apt-get dist -s sys-lib2 | |
echo "Done!" | |
echo "Installing PIXEL-latest" | |
sleep 10; | |
#apt-get dist -d pixel-2.0 | |
echo "Done!" | |
echo "Checking package installation candidates.." | |
echo "Done" | |
echo "Iniating PIXEL-latest/sys-lib2" | |
echo "Your visudo setting may require your password in order to refresh you PIXEL IDE." | |
sudo reboot | |
echo "Clear." | |
sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment