Last active
July 26, 2020 18:30
-
-
Save vonthecreator/3afcaaa60ff70c4ad6e62b8c0417ddcb to your computer and use it in GitHub Desktop.
This file contains 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
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