@@ -60,25 +60,25 @@ while true; do
6060 2)
6161 echo " Installation du thème Stellar v3.3."
6262 # Ajoutez le code correspondant à l'Option 2 ici
63- bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller /.assets/initialisation.sh)
64- bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller /.assets/theme_stellar.sh)
63+ bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main /.assets/initialisation.sh)
64+ bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main /.assets/theme_stellar.sh)
6565 ;;
6666 3)
6767 echo " Installation du thème Enigma v3.9."
6868 # Ajoutez le code correspondant à l'Option 3 ici
69- bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller /.assets/initialisation.sh)
70- bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller /.assets/theme_enigma.sh)
69+ bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main /.assets/initialisation.sh)
70+ bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main /.assets/theme_enigma.sh)
7171 ;;
7272 4)
7373 echo " Installation du thème Billing Module"
7474 # Ajoutez le code correspondant à l'Option 4 ici
75- bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller /.assets/theme_billing.sh)
75+ bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main /.assets/theme_billing.sh)
7676 ;;
7777 5)
7878 echo " Ré-installer le thème de Pterodactyl. (RESET UI)"
7979 echo " N'affecte pas les machines déjà installer"
8080 # Ajoutez le code correspondant à l'Option 5 ici
81- bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller /pterodactylpanelreinstall.sh)
81+ bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main /pterodactylpanelreinstall.sh)
8282 ;;
8383 6)
8484 echo " Au revoir !"
0 commit comments