From 133d145bf7388310db38f32740d6c1c9f8a8f52f Mon Sep 17 00:00:00 2001 From: Gustavo Costa Date: Fri, 17 May 2019 16:10:52 -0300 Subject: [PATCH] Updated install.sh --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index da4a5e645..ab4edd6a6 100755 --- a/install.sh +++ b/install.sh @@ -5,11 +5,7 @@ set -e # these variables can be overwritten : "${DESTDIR:=/usr/share/icons}" : "${TAG:=master}" -<<<<<<< HEAD -: "${THEMES:=GNOME++}" -======= : "${THEMES:=GNOME++ GNOME++-Colorful GNOME++-Dark}" ->>>>>>> f4df92982ddae1fb1c24e8beef3779edd3d688b9 : "${uninstall:=false}" gh_url="https://github.com/Bonandry"