Update manual deploy

This commit is contained in:
2023-04-07 11:18:48 -04:00
parent e8311ddd21
commit 78452080e2

View File

@@ -22,11 +22,7 @@ for script in script-*; do
cp -u "$script" /usr/local/bin/ cp -u "$script" /usr/local/bin/
done done
# Install manual # Install manual link
# manual=
# images_dir=
# [[ ! -f "$manual" ]] && echo "No manual found, skipping!" && exit 1
remove=("manual.pdf" "manual.odt" "Notes.pdf" "Notes.odt" "README.html" "manual-images" "manual.html" "manual-images") remove=("manual.pdf" "manual.odt" "Notes.pdf" "Notes.odt" "README.html" "manual-images" "manual.html" "manual-images")
for homedir in /home/*; do for homedir in /home/*; do
desktop="$homedir/Desktop" desktop="$homedir/Desktop"
@@ -45,4 +41,3 @@ for homedir in /home/*; do
done done
unset desktop unset desktop
popd || exit $?