Compare commits

..

No commits in common. "main" and "Fix/link" have entirely different histories.

3 changed files with 9 additions and 17 deletions

View File

@ -2,5 +2,5 @@
Install script:
```sh
bash <(curl https://git.onimai.ru/SPAWNRYS/IceMinecraftTheme/raw/branch/main/install.sh)
bash <(curl https://raw.githubusercontent.com/Angelillo15/IceMinecraftTheme/main/install.sh)
```

View File

@ -16,7 +16,7 @@ installTheme(){
echo "Installing theme..."
cd /var/www/pterodactyl
rm -r IceMinecraftTheme
git clone https://git.onimai.ru/SPAWNRYS/IceMinecraftTheme.git
git clone https://github.com/Angelillo15/IceMinecraftTheme.git
cd IceMinecraftTheme
rm /var/www/pterodactyl/resources/scripts/IceMinecraftTheme.css
rm /var/www/pterodactyl/resources/scripts/index.tsx
@ -26,26 +26,18 @@ installTheme(){
mv resources/scripts/components/server/console/Console.tsx /var/www/pterodactyl/resources/scripts/components/server/console/Console.tsx
cd /var/www/pterodactyl
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | sudo -E bash -
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
nvm install node || {
echo "nvm command not found, trying to source nvm script directly..."
. ~/.nvm/nvm.sh
nvm install node
}
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
apt update
apt install -y nodejs
npm i -g yarn
yarn
export NODE_OPTIONS=--openssl-legacy-provider
yarn build:production || {
echo "node: --openssl-legacy-provider is not allowed in NODE_OPTIONS"
export NODE_OPTIONS=
cd /var/www/pterodactyl
yarn build:production
}
sudo php artisan optimize:clear
}
installThemeQuestion(){

View File

@ -2,7 +2,7 @@
--main-color: #0D181E;
--secundary-color: #132537;
--tertiary-color: #0a354d;
--bacground-url: url("https://git.onimai.ru/SPAWNRYS/my-adobe_and_not-files/raw/branch/master/background_pter.png");
--bacground-url: url("https://angelillo15.es/resources/img/icebg.png");
}
html {