Skip to content

Instantly share code, notes, and snippets.

@jeremyfuksa
Last active January 11, 2024 18:03
Show Gist options
  • Save jeremyfuksa/1a85a80785b281aad1fd1a8430841071 to your computer and use it in GitHub Desktop.
Save jeremyfuksa/1a85a80785b281aad1fd1a8430841071 to your computer and use it in GitHub Desktop.
Raspberry Pi init
#!/bin/bash
# Clone the Git repository
git clone https://github.com/jeremyfuksa/standard-pi-setup.git
# Navigate into the cloned directory
cd standard-pi-setup || exit 1
# Run the install.sh script with Bash
bash install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment