folder name fix

This commit is contained in:
Dyego Aurélio 2020-10-23 12:01:48 -03:00
parent e3e99794b6
commit 8ff1ade0aa
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
VERSION=$(curl -s "https://github.com/rafaelmardojai/firefox-gnome-theme/releases/latest/download" 2>&1 | sed "s/^.*download\/\([^\"]*\).*/\1/")
FILENAME=firefox-gnome-theme-$VERSION.tar.gz
FOLDERPATH=$PWD/firefox-gnome-theme-$VERSION
FOLDERPATH=$PWD/firefox-gnome-theme
if [ -d "$FOLDERPATH" ]; then rm -Rf $FOLDERPATH; fi