diff --git a/frontend/public/json/habitica.json b/frontend/public/json/habitica.json index f4305ff51da..76690b9dca8 100644 --- a/frontend/public/json/habitica.json +++ b/frontend/public/json/habitica.json @@ -8,7 +8,7 @@ "type": "ct", "updateable": true, "privileged": false, - "interface_port": 8080, + "interface_port": 3000, "documentation": "https://github.com/HabitRPG/habitica/wiki", "website": "https://habitica.com/", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/habitica.webp", diff --git a/install/habitica-install.sh b/install/habitica-install.sh index 17443d62125..39e443edb2d 100644 --- a/install/habitica-install.sh +++ b/install/habitica-install.sh @@ -15,9 +15,9 @@ update_os msg_info "Installing Dependencies" $STD apt-get install -y \ - libkrb5-dev \ - build-essential \ - git +libkrb5-dev \ +build-essential \ +git curl -fsSL "http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb" -o "libssl1.1_1.1.1f-1ubuntu2_amd64.deb" $STD dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb msg_ok "Installed Dependencies" @@ -32,6 +32,7 @@ tar zxf $temp_file mv habitica-${RELEASE}/ /opt/habitica cd /opt/habitica $STD npm i +$STD npm run client:build cp config.json.example config.json echo "${RELEASE}" >/opt/${APPLICATION}_version.txt msg_ok "Setup ${APPLICATION}"