We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e006317 commit cb69848Copy full SHA for cb69848
.assets/theme_stellar.sh
@@ -47,10 +47,9 @@ choice_one() {
47
48
cd /tmp/pterodactylthemeinstaller
49
wget -O stellar-v3.3.zip https://files.catbox.moe/ldjbsz.zip
50
- mv ldjbsz.zip stellar-v3.3.zip
51
52
# Vérifier si le téléchargement a réussi
53
- if [ -f "ldjbsz.zip" ]; then
+ if [ -f "stellar-v3.3.zip" ]; then
54
# Extraire les dossiers spécifiques du ZIP
55
56
unzip stellar-v3.3.zip
0 commit comments