more fixes

This commit is contained in:
Kristo Copani 2024-11-30 14:15:26 +02:00
parent fb403314b7
commit 33caa1f822
2 changed files with 2 additions and 1 deletions

View File

@ -97,4 +97,4 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${APP} should be reachable by going to the following URL.
${BL}http://${IP}:3000${CL} \n"
${BL}http://${IP}:6610${CL} \n"

View File

@ -29,6 +29,7 @@ wget -q https://code.onedev.io/onedev/server/~site/onedev-latest.tar.gz
tar -xzf onedev-latest.tar.gz
mv /opt/onedev-latest /opt/onedev
$STD /opt/onedev/bin/server.sh install
systemctl start onedev
RELEASE=$(cat /opt/onedev/release.properties | grep "version" | cut -d'=' -f2)
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
msg_ok "Installed OneDev"