Skip to content

Commit b72ede0

Browse files
committed
Update | Ajout du script d'initialisation
1 parent b29b3a3 commit b72ede0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pterodactylthemeinstaller.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)