-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstall.sh
executable file
·28 lines (21 loc) · 1.46 KB
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/sh
set -e
gh_repo="mercode-jbrawn"
gh_desc="Mercode-Jbrawn"
cat <<- EOF
'##::::'##:'########:'########:::'######:::'#######::'########::'########::::::::::::::::'##:'########::'########:::::'###::::'##:::::'##:'##::: ##:
###::'###: ##.....:: ##.... ##:'##... ##:'##.... ##: ##.... ##: ##.....::::::::::::::::: ##: ##.... ##: ##.... ##:::'## ##::: ##:'##: ##: ###:: ##:
####'####: ##::::::: ##:::: ##: ##:::..:: ##:::: ##: ##:::: ##: ##:::::::::::::::::::::: ##: ##:::: ##: ##:::: ##::'##:. ##:: ##: ##: ##: ####: ##:
## ### ##: ######::: ########:: ##::::::: ##:::: ##: ##:::: ##: ######:::'#######::::::: ##: ########:: ########::'##:::. ##: ##: ##: ##: ## ## ##:
##. #: ##: ##...:::: ##.. ##::: ##::::::: ##:::: ##: ##:::: ##: ##...::::........:'##::: ##: ##.... ##: ##.. ##::: #########: ##: ##: ##: ##. ####:
##:.:: ##: ##::::::: ##::. ##:: ##::: ##: ##:::: ##: ##:::: ##: ##:::::::::::::::: ##::: ##: ##:::: ##: ##::. ##:: ##.... ##: ##: ##: ##: ##:. ###:
##:::: ##: ########: ##:::. ##:. ######::. #######:: ########:: ########::::::::::. ######:: ########:: ##:::. ##: ##:::: ##:. ###. ###:: ##::. ##:
..:::::..::........::..:::::..:::......::::.......:::........:::........::::::::::::......:::........:::..:::::..::..:::::..:::...::...:::..::::..::
$gh_desc
https://github.com/mercode-org/$gh_repo
Copyleft 2019 Mercode
EOF
git pull origin master
sudo mkdir -p /usr/share/themes/mercode-jbrawn
sudo cp -r -f ./ /usr/share/themes/mercode-jbrawn/
echo Done!