Created
July 2, 2017 12:53
-
-
Save MrChrisJ/1120466f17336c877eead5c22dbb7ae1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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