Regenerated
This commit is contained in:
+289
-293
File diff suppressed because it is too large
Load Diff
+1
-5
@@ -838,6 +838,7 @@ in
|
||||
thunar-volman # auto-mount removable drives
|
||||
gvfs # support for external drives and network shares
|
||||
xarchiver # optional GUI archive manager
|
||||
tumbler # Showing thumbnails
|
||||
];
|
||||
|
||||
############################
|
||||
@@ -2289,20 +2290,15 @@ in
|
||||
set -euo pipefail
|
||||
echo "Running as $(whoami)"
|
||||
echo "Copying wallpapers from ${wallpaperSrc} to ${wallpaperDst} ..."
|
||||
|
||||
if [ ! -d "${wallpaperSrc}" ]; then
|
||||
echo "ERROR: ${wallpaperSrc} does not exist"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
mkdir -p "${wallpaperDst}"
|
||||
|
||||
# Simple copy, overwrite everything
|
||||
cp -r "${wallpaperSrc}/." "${wallpaperDst}/"
|
||||
|
||||
# Fix permissions
|
||||
chmod -R u+rwx "${wallpaperDst}"
|
||||
|
||||
echo "Done copying wallpapers."
|
||||
'';
|
||||
executable = true;
|
||||
|
||||
Regular → Executable
Regular → Executable
@@ -14,6 +14,7 @@ in
|
||||
thunar-volman # auto-mount removable drives
|
||||
gvfs # support for external drives and network shares
|
||||
xarchiver # optional GUI archive manager
|
||||
tumbler # Showing thumbnails
|
||||
];
|
||||
|
||||
############################
|
||||
|
||||
@@ -21,20 +21,15 @@ in
|
||||
set -euo pipefail
|
||||
echo "Running as $(whoami)"
|
||||
echo "Copying wallpapers from ${wallpaperSrc} to ${wallpaperDst} ..."
|
||||
|
||||
if [ ! -d "${wallpaperSrc}" ]; then
|
||||
echo "ERROR: ${wallpaperSrc} does not exist"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
mkdir -p "${wallpaperDst}"
|
||||
|
||||
# Simple copy, overwrite everything
|
||||
cp -r "${wallpaperSrc}/." "${wallpaperDst}/"
|
||||
|
||||
# Fix permissions
|
||||
chmod -R u+rwx "${wallpaperDst}"
|
||||
|
||||
echo "Done copying wallpapers."
|
||||
'';
|
||||
executable = true;
|
||||
|
||||
Reference in New Issue
Block a user