mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "8e6f0c185cf24916ab2e4606a46a5cb204899b2b" and "1e62c159f1bd4f5117d815ba60f84c812666986a" have entirely different histories.
8e6f0c185c
...
1e62c159f1
|
@ -56,7 +56,7 @@ if [[ ! -f /etc/systemd/system/nocodb.service ]]; then msg_error "No ${APP} Inst
|
||||||
msg_info "Updating ${APP}"
|
msg_info "Updating ${APP}"
|
||||||
systemctl stop nocodb.service
|
systemctl stop nocodb.service
|
||||||
cd /opt/nocodb
|
cd /opt/nocodb
|
||||||
rm -rf nocodb
|
rm nocodb
|
||||||
curl -s http://get.nocodb.com/linux-x64 -o nocodb -L
|
curl -s http://get.nocodb.com/linux-x64 -o nocodb -L
|
||||||
chmod +x nocodb
|
chmod +x nocodb
|
||||||
systemctl start nocodb.service
|
systemctl start nocodb.service
|
||||||
|
|
Loading…
Reference in New Issue