Fix installer

This commit is contained in:
2021-10-22 19:11:47 -04:00
parent 1693eeafc2
commit 318c098c3d

View File

@@ -28,7 +28,7 @@ done
# Install manual # Install manual
manual="$README.html" manual="$README.html"
[[ ! -f "./$manual" ]] && echo "No manual found, skipping!" && exit 1 [[ ! -f "$manual" ]] && echo "No manual found, skipping!" && exit 1
for homedir in /home/*; do for homedir in /home/*; do
remove=("manual.pdf" "manual.odt" "Notes.pdf" "Notes.odt" "$manual") remove=("manual.pdf" "manual.odt" "Notes.pdf" "Notes.odt" "$manual")
for f in "${remove[@]}"; do for f in "${remove[@]}"; do