terroo / wallset

A wallpaper manager that makes it possible to put videos as wallpaper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install.sh file Synthax error?

VAX90 opened this issue · 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")

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"