Sigma-Production / PteroFreeStuffinstaller

Free themes and handy Addons on 1 place
Other
80 stars 29 forks source link

how to remove the themes #31

Closed Kiku80 closed 2 years ago

Kiku80 commented 2 years ago

how to remove the themes i wanna remove the minecraft themes

finnie2006 commented 2 years ago

Run those commands, the uninstaller will be added later into the installer

php /var/www/pterodactyl/artisan down
cd /var/www/pterodactyl/resources/scripts/
rm main.css
rm index.tsx
wget https://raw.githubusercontent.com/finnie2006/PteroFreeStuffinstaller/main/resources/uninstall/index.tsx
cd /var/www/pterodactyl/resources/views/templates
rm wrapper.blade.php
wget https://raw.githubusercontent.com/finnie2006/PteroFreeStuffinstaller/main/resources/uninstall/wrapper.blade.php
clear
cd /var/www/pterodactyl
yarn build:production
clear
php /var/www/pterodactyl/artisan up
echo "Removed Theme"