mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-12 10:49:16 +00:00
more fixes
This commit is contained in:
parent
fb403314b7
commit
33caa1f822
@ -97,4 +97,4 @@ description
|
|||||||
|
|
||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
echo -e "${APP} should be reachable by going to the following URL.
|
echo -e "${APP} should be reachable by going to the following URL.
|
||||||
${BL}http://${IP}:3000${CL} \n"
|
${BL}http://${IP}:6610${CL} \n"
|
@ -29,6 +29,7 @@ wget -q https://code.onedev.io/onedev/server/~site/onedev-latest.tar.gz
|
|||||||
tar -xzf onedev-latest.tar.gz
|
tar -xzf onedev-latest.tar.gz
|
||||||
mv /opt/onedev-latest /opt/onedev
|
mv /opt/onedev-latest /opt/onedev
|
||||||
$STD /opt/onedev/bin/server.sh install
|
$STD /opt/onedev/bin/server.sh install
|
||||||
|
systemctl start onedev
|
||||||
RELEASE=$(cat /opt/onedev/release.properties | grep "version" | cut -d'=' -f2)
|
RELEASE=$(cat /opt/onedev/release.properties | grep "version" | cut -d'=' -f2)
|
||||||
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
|
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
|
||||||
msg_ok "Installed OneDev"
|
msg_ok "Installed OneDev"
|
||||||
|
Loading…
Reference in New Issue
Block a user