install.sh hinzugefügt
This commit is contained in:
13
install.sh
Normal file
13
install.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
# Pfad definieren
|
||||
TARGET="/home/signage/.config/openbox/autostart"
|
||||
|
||||
echo "Updating autostart configuration..."
|
||||
# Datei kopieren (die im Paket neben dem Skript liegt)
|
||||
cp ./autostart $TARGET
|
||||
|
||||
# Rechte sicherstellen
|
||||
chown signage:signage $TARGET
|
||||
chmod +x $TARGET
|
||||
|
||||
echo "Done. Please reboot or restart Openbox."
|
||||
Reference in New Issue
Block a user