Compare commits

..

9 Commits

Author SHA1 Message Date
0d7c1902c1 fkin just work now... please 2024-04-01 00:17:07 +02:00
d8e73040bc Merge branch 'debian' of ssh://git.szimnau.de:222/fabian/sync into debian 2024-04-01 00:14:47 +02:00
bb09061c3b improved automatic updates via executeAndNotify to enable fire-and-forget 2024-03-31 23:59:16 +02:00
08fbd0beb9 new function to update debian based systems
improved automatic updates via executeAndNotify to enable fire-and-forget
2024-03-31 23:58:19 +02:00
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