wallset icon indicating copy to clipboard operation
wallset copied to clipboard

sh file is broken

Open marifcelik opened this issue 4 years ago • 4 comments

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

marifcelik avatar Oct 23 '20 06:10 marifcelik

Try it

sudo ./install --force

terroo avatar Oct 23 '20 09:10 terroo

Try it

sudo ./install --force

ok i did it. thank you. its great

marifcelik avatar Oct 25 '20 13:10 marifcelik

Screenshot from 2021-02-15 23-06-58

Firefox289 avatar Feb 15 '21 15:02 Firefox289

Screenshot from 2021-02-15 23-06-58

You forgot to put .sh after ./install

it should be: sudo ./install.sh --force

ghost avatar Jan 01 '22 15:01 ghost