Advertisement
sroller

basic Pi setup

Jan 27th, 2021 (edited)
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. #!/bin/bash
  2. #
  3. # basic PI setup
  4.  
  5. # curl -o https://pastebin.com/edit/CSGhUfTZ | bash
  6.  
  7. set -x
  8.  
  9. sudo apt-get update
  10. sudo apt-get -y upgrade
  11. sudo raspi-config
  12. sudo apt-get install tmux vim gpg git
  13. \curl -sSL https://pastebin.com/raw/EnxtJjrL -o /etc/tmux.conf
  14. gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
  15. \curl -sSL https://get.rvm.io | bash -s stable --ruby
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement