mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
Change script name
This commit is contained in:
parent
1a76d32252
commit
334ce94e74
@ -99,7 +99,7 @@ install_theme() {
|
|||||||
case $response in
|
case $response in
|
||||||
[yY][eE][sS]|[yY])
|
[yY][eE][sS]|[yY])
|
||||||
echo "Installing $(basename $0) on /usr/bin/"
|
echo "Installing $(basename $0) on /usr/bin/"
|
||||||
cp -r arc-theme-upgrade /usr/bin/
|
cp -r arc-flatabulous-theme-upgrade /usr/bin/
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Aborted by user"
|
echo "Aborted by user"
|
||||||
@ -121,9 +121,9 @@ install_theme() {
|
|||||||
|
|
||||||
# Main part
|
# Main part
|
||||||
clear
|
clear
|
||||||
echo '####################################'
|
echo '################################################'
|
||||||
echo '# Arc Theme Install Script #'
|
echo '# Arc-Flatabulous Theme Install Script #'
|
||||||
echo '####################################'
|
echo '################################################'
|
||||||
echo
|
echo
|
||||||
|
|
||||||
#Check available commands
|
#Check available commands
|
Loading…
Reference in New Issue
Block a user