raspiblitz/home.admin/assets/custom-installs.sh

9 lines
344 B
Bash
Raw Normal View History

2020-07-16 15:54:42 +02:00
#!/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
2020-07-17 11:45:55 +02:00
# note: use absolute paths if you point to specific files
2020-07-16 15:54:42 +02:00
echo "There are no custom user installs so far."