wallset
wallset copied to clipboard
install.sh file Synthax error?
When trying to install i get this output.
sudo sh install.sh [sudo] password for (user): install.sh: 5: Syntax error: "(" unexpected (expecting "fi")
sudo ./install.sh --force
but i want to uninstall
same issue
@Cubic01 i uninstalled it by running sudo ./install uninstall and then rebooting my computer sudo reboot
This should be a bash command, sudo bash install.sh uninstall , cause in the file it was intended to use bash "#!/usr/bin/env bash"