From 78452080e2381c9a2f8beeb018387b25e0d4e39d Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Fri, 7 Apr 2023 11:18:48 -0400 Subject: [PATCH] Update manual deploy --- script-install-manual-scripts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/script-install-manual-scripts b/script-install-manual-scripts index c25da837..47471784 100755 --- a/script-install-manual-scripts +++ b/script-install-manual-scripts @@ -22,11 +22,7 @@ for script in script-*; do cp -u "$script" /usr/local/bin/ done -# Install manual -# manual= -# images_dir= - -# [[ ! -f "$manual" ]] && echo "No manual found, skipping!" && exit 1 +# Install manual link remove=("manual.pdf" "manual.odt" "Notes.pdf" "Notes.odt" "README.html" "manual-images" "manual.html" "manual-images") for homedir in /home/*; do desktop="$homedir/Desktop" @@ -45,4 +41,3 @@ for homedir in /home/*; do done unset desktop -popd || exit $?