Skip to content

Instantly share code, notes, and snippets.

@vonthecreator
Last active July 26, 2020 18:30
Show Gist options
  • Save vonthecreator/3afcaaa60ff70c4ad6e62b8c0417ddcb to your computer and use it in GitHub Desktop.
Save vonthecreator/3afcaaa60ff70c4ad6e62b8c0417ddcb to your computer and use it in GitHub Desktop.
cd /home/{user_name}/Downloads/pi_sync/ #Step 2.a: Change directory
#Step 2.b: Change line 5 to your raspberry PI's local IP address. 
chmod +x sync.sh #Step 2.c: Make sync.sh executable
mv sync.sh pi_sync #Step 2.d: Rename file
sudo cp sync.sh /usr/bin/ #Step 2.e: Copy file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment