Update install.sh

This commit is contained in:
Maxi Zamorano 2023-04-18 20:40:22 -04:00 committed by GitHub
parent b2cc5f4678
commit 3672e2597a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ show_menu() {
echo ""
echo " Max Theme para HestiaCP"
echo " v1.0"
echo " v1.1"
echo " www.maxizamorano.com"
echo " https://github.com/MaxiZamorano"
echo ""
@ -43,10 +43,10 @@ show_menu() {
#función para instalar o reinstalar el tema
instalar(){
url="https://raw.githubusercontent.com/maxizamorano/maxtheme/release-dev/themes/max-theme-light.css"
url="https://raw.githubusercontent.com/maxizamorano/maxtheme/main/themes/max-theme-light.css"
dir_archivo="/usr/local/hestia/web/css/themes/custom/max-theme-light.css"
url_2="https://raw.githubusercontent.com/maxizamorano/maxtheme/release-dev/themes/max-theme-light-login.css"
url_2="https://raw.githubusercontent.com/maxizamorano/maxtheme/main/themes/max-theme-light-login.css"
dir_archivo_2="/usr/local/hestia/web/css/themes/max-theme-light-login.css"
# Verifica si la carpeta "/usr/local/hestia/web/css/themes/custom" existe, si no la crea