Skip to content

Instantly share code, notes, and snippets.

@MrChrisJ
Created July 2, 2017 12:53
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 MrChrisJ/1120466f17336c877eead5c22dbb7ae1 to your computer and use it in GitHub Desktop.
Save MrChrisJ/1120466f17336c877eead5c22dbb7ae1 to your computer and use it in GitHub Desktop.
#!/bin/sh
uuid = echo "What is your uuid number"
read uuid
sed 's/4d/UUID=$uuid /home/pi/.bitcoin vfat uid=pi,gid=pi,umask=0022,sync,auto,nosuid,rw,nouser 0 0/g' /etc/fstab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment