Fix installer
This commit is contained in:
@@ -19,6 +19,7 @@ manual="README.html"
|
||||
for homedir in /home/*; do
|
||||
remove=("manual.pdf" "manual.odt" "Notes.pdf" "Notes.odt" "README.html")
|
||||
for f in "${remove[@]}"; do
|
||||
echo "${homedir}/Desktop/$f"
|
||||
[[ -f "${homedir}/Desktop/$f" ]] && echo "Removing ${homedir}/Desktop/$f" && rm -f "${homedir}/Desktop/$f"
|
||||
done
|
||||
ln -fs "$PWD/$manual" "${homedir}/Desktop/$manual"
|
||||
|
||||
Reference in New Issue
Block a user