raspberry pi auto setup script
- JAPANESE environment(fonts-vlgothic, ibus-mozc)
- VNC Server(tightvncserver)
- Editor(vim,vim-gtk)
- Terminal(gnome-terminal)
- Pertition tool(gparted)
- Virtual Terminal(byobu)
- Editor(vim,vim-gtk)
- Virtual Terminal(byobu)
- Custom
.bashrc
- Custom
/boot/config.txt
- Auto start VNC
- Custom
/boot/config.txt
- Make SD disk of Raspbian Jessie
- Insert SD disk to Raspberry Pi
- Network Enable (Ether or WiFi)
- Raspberry Pi power on
- Install Git
$ sudo apt-get update
$ sudo apt-get -y install git
Execute following command(last command takes about half an hour):
$ cd
$ git clone https://github.com/karaage0703/raspberry-pi-setup
$ cd raspberry-pi-setup
$ ./setup-raspbian-jessie.sh
At the end of script, set the password for vnc.
Execute following command(last command takes about half an hour):
$ cd
$ git clone https://github.com/karaage0703/raspberry-pi-setup
$ cd raspberry-pi-setup
$ ./setup-raspbian-jessie-lite.sh
After setup, please reboot by executing following command:
$ sudo shutdown -r now
Raspberry Pi setup is done!