File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,13 @@ while true; do
4444 2)
4545 echo " Installation du thème Stellar v3.3."
4646 # Ajoutez le code correspondant à l'Option 1 ici
47+ bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller/.assets/initialisation.sh)
4748 bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller/.assets/theme_stellar.sh)
4849 ;;
4950 3)
5051 echo " Installation du thème Enigma v3.9."
5152 # Ajoutez le code correspondant à l'Option 2 ici
53+ bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller/.assets/initialisation.sh)
5254 bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller/.assets/theme_enigma.sh)
5355 ;;
5456 4)
You can’t perform that action at this time.
0 commit comments