Fix installer
This commit is contained in:
@@ -306,7 +306,7 @@ Once configured, the user will no longer need to enter their password to access
|
|||||||
|
|
||||||
- `script-system-scheduled-restart` *`OnCalendar`*
|
- `script-system-scheduled-restart` *`OnCalendar`*
|
||||||
- If a valid `OnCalendar` is not passed, assumes `*-*-* 01:30:00` (1:30 AM).
|
- If a valid `OnCalendar` is not passed, assumes `*-*-* 01:30:00` (1:30 AM).
|
||||||
- See [Calendar Events](https://www.freedesktop.org/software/systemd/man/systemd.time.html) for proper time format.
|
- See [Calendar Events](https://www.freedesktop.org/software/systemd/man/systemd.time.html) for time formatting.
|
||||||
- This will alert users via `notify-send` in X2Go, `wall` in ssh, and add a reminder to the `motd` about the scheduled restart.
|
- This will alert users via `notify-send` in X2Go, `wall` in ssh, and add a reminder to the `motd` about the scheduled restart.
|
||||||
|
|
||||||
### Adding a drive
|
### Adding a drive
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ is_root
|
|||||||
install -m 644 ./functions /usr/local/bin/
|
install -m 644 ./functions /usr/local/bin/
|
||||||
|
|
||||||
for script in script-*; do
|
for script in script-*; do
|
||||||
cp -u "$script" /usr/local/bin/
|
cp -f "$script" /usr/local/bin/
|
||||||
done
|
done
|
||||||
|
|
||||||
# Install manual
|
# Install manual
|
||||||
|
|||||||
Reference in New Issue
Block a user