Skip to content

Instantly share code, notes, and snippets.

@Tutorgaming
Created September 9, 2020 08:30
Show Gist options
  • Save Tutorgaming/24c9c24e118a4fb6354ea94d948bccbf to your computer and use it in GitHub Desktop.
Save Tutorgaming/24c9c24e118a4fb6354ea94d948bccbf to your computer and use it in GitHub Desktop.
Raspberry Pi Bash Startup Script
FILE=/boot/wifi-setup.yaml
if [[ -f "$FILE" ]]; then
# Do the copy and apply the netplan profile
echo "$FILE exists."
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment