wallset
wallset copied to clipboard
sh file is broken
i wrote "sudo sh install.sh --force" but everytime gave an error
install.sh: 5: Syntax error: "(" unexpected (expecting "fi")
I tried everything but it doesn't install
Try it
sudo ./install --force
Try it
sudo ./install --force
ok i did it. thank you. its great
You forgot to put .sh after ./install
it should be: sudo ./install.sh --force