Skip to content

Instantly share code, notes, and snippets.

@triple-j
Last active March 7, 2016 04:33
Show Gist options
  • Save triple-j/e5b194a515d9cdfa6b59 to your computer and use it in GitHub Desktop.
Save triple-j/e5b194a515d9cdfa6b59 to your computer and use it in GitHub Desktop.
Misc RaspPI fixes
#!/bin/sh
sudo apt-get update
# reset ping's capabilities
sudo apt-get install --reinstall --yes iputils-ping
# missing programs
sudo apt-get install --yes rsync screen screenie caca-utils lynx sshfs
# install fish and set as main shell
sudo apt-get install --yes fish
chsh -s $(which fish)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment