cosmicpi-rpi_V1.5/install.sh

14 lines
422 B
Bash
Raw Normal View History

2018-01-29 20:58:51 +00:00
#!/bin/bash
echo "Sorry. This procedure isn't ready yet, We're working on it! "
2018-01-29 21:01:11 +00:00
echo "--- Part 1: Expand the file system ---"
2018-01-29 20:58:51 +00:00
echo "--- Expanding root file system ---"
2018-01-30 21:33:02 +00:00
#chmod +x rebootrc.local
2018-01-29 20:58:51 +00:00
sudo raspi-config --expand-rootfs
2018-01-30 21:33:02 +00:00
#cp -f rebootrc.local /etc/rc.local
chmod +x installparttwo.sh
2018-01-29 21:01:11 +00:00
echo "--- Finished setup part 1! Rebooting, log back in and run sudo ./installparttwo.sh for part 2 ---"
2018-01-29 21:01:11 +00:00
sleep 10
sudo reboot now