wallset icon indicating copy to clipboard operation
wallset copied to clipboard

install.sh file Synthax error?

Open VAX90 opened this issue 3 years ago • 5 comments

When trying to install i get this output.

sudo sh install.sh [sudo] password for (user): install.sh: 5: Syntax error: "(" unexpected (expecting "fi")

VAX90 avatar Jun 08 '22 12:06 VAX90

sudo ./install.sh --force

yoann-chaperon avatar Aug 17 '22 20:08 yoann-chaperon

but i want to uninstall

Cubic01 avatar Jan 27 '23 16:01 Cubic01

same issue

theunrealtarik avatar Jun 16 '23 19:06 theunrealtarik

@Cubic01 i uninstalled it by running sudo ./install uninstall and then rebooting my computer sudo reboot

theunrealtarik avatar Jun 16 '23 19:06 theunrealtarik

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"

RocknR00ster avatar Aug 09 '23 13:08 RocknR00ster