raspberry pi auto setup script
- JAPANESE environment(fonts-vlgothic, ibus-mozc)
- Editor(vim,vim-gtk)
- Terminal(gnome-terminal)
- Partition tool(gparted)
- Virtual Terminal(byobu)
- Custom
.bashrc
- Make SD disk of Raspbian Jessie
- Insert SD disk to Raspberry Pi
- Network Enable (Ether or WiFi)
- Raspberry Pi power on
- Install Git(Only for old raspbian)
$ sudo apt-get update
$ sudo apt-get -y install gitAt first Execute following commands for clone repository:
$ cd
$ git clone https://github.com/karaage0703/raspberry-pi-setup
$ cd raspberry-pi-setupExecute following commands:
$ ./setup-raspbian-buster.shExecute following commands if you want to shrink raspbian:
$ ./shrink-raspbian-stretch_jessie.shExecute following commands:
$ ./setup-ros-indigo-raspbian.shInstall Ubuntu 14.04 to raspberry pi before setup.
Execute following commands:
$ ./setup-ros-indigo-ubuntu.shAfter setup, please reboot by executing following command:
$ sudo shutdown -r nowRaspberry Pi setup is done!