added games mount, new wallpaper and mergepdf using poppler

This commit is contained in:
2023-06-09 10:44:00 +02:00
parent 69be245213
commit 4308782feb
4 changed files with 15 additions and 0 deletions

View File

@@ -76,6 +76,11 @@ declare -A MOUNTS10=(
[share]="audiobooks"
[mount]="audiobooks"
)
declare -A MOUNTS11=(
[server]="$MY_SERVER_LOCATION"
[share]="games"
[mount]="games"
)
# declare array with "objects"
declare -n MOUNTS