Skip to content

Instantly share code, notes, and snippets.

@shsm385
Last active August 14, 2017 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shsm385/9f681fc4c6ea10dbb9a35c4bc088727b to your computer and use it in GitHub Desktop.
Save shsm385/9f681fc4c6ea10dbb9a35c4bc088727b to your computer and use it in GitHub Desktop.
Raspberry Pi update設定
# ファームウェアのアップデート
sudo rpi-update
sudo reboot
# パッケージ管理ツールのアップデート
sudo apt-get update
sudo apt-get upgrade
# rootのパスワードの設定
sudo passwd root
# ついでに vim を入れる
sudo apt-get install vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment