remove .tar.gz file from installed folder

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

View File

@ -12,6 +12,7 @@ cd $FOLDERPATH
curl -LJo $FILENAME https://github.com/rafaelmardojai/firefox-gnome-theme/tarball/$VERSION
tar -xzf $FILENAME --strip-components=1
rm $FILENAME
chmod +x scripts/install.sh
./scripts/install.sh