update
This commit is contained in:
11
install.sh
11
install.sh
@@ -660,7 +660,10 @@ sudo cp -r /tmp/EliverLara-Nordic /usr/share/themes/
|
|||||||
# https://github.com/alvatip/Nordzy-cursors
|
# https://github.com/alvatip/Nordzy-cursors
|
||||||
|
|
||||||
cd /tmp/
|
cd /tmp/
|
||||||
sudo rm -rf Nordzy-cursors
|
if [ -d Nordzy-cursors ]; then
|
||||||
|
sudo rm -rf Nordzy-cursors
|
||||||
|
fi
|
||||||
|
|
||||||
git clone https://github.com/alvatip/Nordzy-cursors
|
git clone https://github.com/alvatip/Nordzy-cursors
|
||||||
cd Nordzy-cursors
|
cd Nordzy-cursors
|
||||||
sudo ./install.sh
|
sudo ./install.sh
|
||||||
@@ -674,7 +677,11 @@ cd /tmp/
|
|||||||
# https://github.com/alvatip/Nordzy-icon
|
# https://github.com/alvatip/Nordzy-icon
|
||||||
|
|
||||||
cd /tmp/
|
cd /tmp/
|
||||||
sudo rm -rf Nordzy-icon
|
|
||||||
|
if [ -d Nordzy-icon ]; then
|
||||||
|
sudo rm -rf Nordzy-icon
|
||||||
|
fi
|
||||||
|
|
||||||
git clone https://github.com/alvatip/Nordzy-icon
|
git clone https://github.com/alvatip/Nordzy-icon
|
||||||
cd Nordzy-icon/
|
cd Nordzy-icon/
|
||||||
sudo ./install.sh
|
sudo ./install.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user