mirror of
https://github.com/horst3180/arc-theme.git
synced 2026-03-02 03:40:11 +00:00
Theme name variable should be lower case
This variable is used in line 88 which requires a lower-case arc-theme-master string.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# Script to upgrade/install the arc-theme
|
# Script to upgrade/install the arc-theme
|
||||||
|
|
||||||
#URL
|
#URL
|
||||||
theme_name=Arc-theme
|
theme_name=arc-theme
|
||||||
|
|
||||||
# Theme name
|
# Theme name
|
||||||
download_url=https://github.com/horst3180/$theme_name/archive/master.tar.gz
|
download_url=https://github.com/horst3180/$theme_name/archive/master.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user