Added utility script to install WhiteSur firefox theme
This commit is contained in:
parent
401e3bab20
commit
7d8dd03d45
8
user/whitesur-firefox.sh
Normal file
8
user/whitesur-firefox.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd /tmp
|
||||
git clone --depth=1 https://github.com/vinceliuice/WhiteSur-firefox-theme
|
||||
cd WhiteSur-firefox-theme
|
||||
./install.sh
|
||||
cd ..
|
||||
rm -rf WhiteSur-firefox-theme
|
Loading…
Reference in New Issue
Block a user