File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
themes/version1.x/UltraCheese Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,12 @@ print_brake 30
8080echo
8181case " $OS " in
8282debian | ubuntu)
83- curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs && apt-get install -y unzip
83+ curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - && apt-get install -y nodejs
8484;;
8585
8686centos)
87- [ " $OS_VER_MAJOR " == " 7" ] && curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - && sudo yum install -y nodejs yarn && sudo yum install -y unzip
88- [ " $OS_VER_MAJOR " == " 8" ] && curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - && sudo dnf install -y nodejs yarn && sudo dnf install -y unzip
87+ [ " $OS_VER_MAJOR " == " 7" ] && curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - && sudo yum install -y nodejs yarn
88+ [ " $OS_VER_MAJOR " == " 8" ] && curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - && sudo dnf install -y nodejs yarn
8989;;
9090esac
9191}
@@ -120,8 +120,7 @@ echo -e "* ${GREEN}Producing panel...${reset}"
120120print_brake 25
121121npm i -g yarn
122122cd /var/www/pterodactyl
123- yarn install
124- yarn add @emotion/react
123+ yarn
125124yarn build:production
126125fi
127126}
You can’t perform that action at this time.
0 commit comments