cosmicpi-rpi_V1.5/install.sh

14 lines
378 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-29 21:31:07 +00:00
chmod +x rebootrc.local
2018-01-29 20:58:51 +00:00
sudo raspi-config --expand-rootfs
2018-01-29 21:01:11 +00:00
cp -f rebootrc.local /etc/rc.local
chmod +x partialinstall.sh
echo "--- Finished setup part 1! Rebooting now for part 2 ---"
sleep 10
sudo reboot now