mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
9 lines
No EOL
344 B
Bash
Executable file
9 lines
No EOL
344 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# This script runs with sudo rights after an update/recovery from a fresh sd card.
|
|
# This is the place to put all the install commands, cronjobs or editing of system configs
|
|
# for your personal modifications of RaspiBlitz
|
|
|
|
# note: use absolute paths if you point to specific files
|
|
|
|
echo "There are no custom user installs so far." |