Added custom backgrounds, Setup auto wifi

This commit is contained in:
2021-11-04 14:58:59 +01:00
parent 8882eab440
commit e87f065256
20 changed files with 72 additions and 232 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/bash
echo "I: running $0"
#disabled_services=""
#enabled_services=""
#for service in $disabled_services; do
# echo "Disabling $service"
# systemctl disable "$service" || true
# systemctl stop "$service" || true
#done
#for service in $enabled_services; do
# echo "Enabling $service"
# systemctl enable "$service".service || true
# systemctl start "$service".service || true
done