Skip to content

Commit cb69848

Browse files
committed
Fix | Stellar - Name
1 parent e006317 commit cb69848

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.assets/theme_stellar.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ choice_one() {
4747

4848
cd /tmp/pterodactylthemeinstaller
4949
wget -O stellar-v3.3.zip https://files.catbox.moe/ldjbsz.zip
50-
mv ldjbsz.zip stellar-v3.3.zip
5150

5251
# Vérifier si le téléchargement a réussi
53-
if [ -f "ldjbsz.zip" ]; then
52+
if [ -f "stellar-v3.3.zip" ]; then
5453
# Extraire les dossiers spécifiques du ZIP
5554
cd /tmp/pterodactylthemeinstaller
5655
unzip stellar-v3.3.zip

0 commit comments

Comments
 (0)