gusbemacbe / suru-plus-folders

It allows to change the color of folders
MIT License
32 stars 3 forks source link

Error during installation #32

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello, during the installation I get an error

=> Getting the latest version from GitHub ...
--2021-05-05 21:56:29--  https://github.com/gusbemacbe/suru-plus-folders/archive/master.tar.gz
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/gusbemacbe/suru-plus-folders/tar.gz/master [following]
--2021-05-05 21:56:29--  https://codeload.github.com/gusbemacbe/suru-plus-folders/tar.gz/master
Resolving codeload.github.com (codeload.github.com)... 140.82.121.9
Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-05-05 21:56:31 ERROR 404: Not Found.

=> Clearing cache ...
=> Done!

I think there is an error in the link to download the archive. Regards,

ghost commented 3 years ago

You need to change: "${TAG:=master}" to : "${TAG:=main}" in install.sh line 7. After that everything is installed normally.

gusbemacbe commented 3 years ago

Hello, @borislavgeorgiev, thank you for reporting it!