File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ choice_one() {
2525# ## DOSSIER TEMPORAIRE ###
2626
2727# Définir le chemin du dossier à vérifier
28- dossier=" /tmp/PterodactyTheme_Stellar "
28+ dossier=" /tmp/pterodactylthemeinstaller "
2929
3030# Vérifier si le dossier existe
3131if [ -d " $dossier " ]; then
4444fi
4545
4646 # ## DOWNLOAD ###
47-
4847 cd /tmp/pterodactylthemeinstaller
4948 wget https://anonymfile.com/Wg94/stellar-v33.zip
5049
5150 # ## EXTRACT SELECTED FILE ###
52-
5351 unzip stellar-v33.zip app database resources routes -d /var/www/pterodactyl/
52+ cd /var/www/pterodactyl/
5453
5554 # Installer react-feather via Yarn
5655 yarn add react-feather
6261 npx update-browserslist-db@latest
6362
6463 # Exécuter les migrations
65- cd
66- cd /var/www/pterodactyl/
6764 php artisan migrate
6865
6966 # Construire la version de production
70- cd
71- cd /var/www/pterodactyl/
7267 yarn build:production
7368
7469 # Effacer le cache des vues
You can’t perform that action at this time.
0 commit comments