Compare commits

..

5 Commits

Author SHA1 Message Date
e99b430ce8 new function to update debian based systems
improved automatic updates via executeAndNotify to enable fire-and-forget
2024-03-31 23:54:05 +02:00
1952ece138 - commented out options not working in ancient debian version 2024-03-31 23:47:34 +02:00
a50baf801c Revert "Revert "old raspi version of nanorc cannot handle certain settings""
This reverts commit 844fe85d6d.
2024-03-31 23:46:47 +02:00
0306ebc04c enable mounting media 2024-03-31 23:33:35 +02:00
1ea29d78d7 since the directory is not used only for movies anymore, rename 2024-03-31 23:33:01 +02:00
4 changed files with 4 additions and 4 deletions

View File

@@ -3,4 +3,4 @@ set -euo pipefail
source /sync/scripts/mount_general.sh
sshMount edi edi fabian FabisDokumente
sshMount edi edi fabian FabisDokumente media Medien

View File

@@ -3,4 +3,4 @@ set -euo pipefail
source /sync/scripts/mount_general.sh
sshMount fabian garrus fabian FabisDokumente media Filme
sshMount fabian garrus fabian FabisDokumente media Medien

View File

@@ -3,4 +3,4 @@ set -euo pipefail
source /sync/scripts/unmount_general.sh
sshUnmount FabisDokumente
sshUnmount FabisDokumente Medien

View File

@@ -3,4 +3,4 @@ set -euo pipefail
source /sync/scripts/unmount_general.sh
sshUnmount FabisDokumente Filme
sshUnmount FabisDokumente Medien