mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
Compare commits
7 Commits
1e62c159f1
...
8e6f0c185c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e6f0c185c | ||
|
|
f2a7a1699d | ||
|
|
f2e58ac26e | ||
|
|
b81028fb3b | ||
|
|
537a855553 | ||
|
|
a017ba7c00 | ||
|
|
85cc309f8b |
@@ -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 nocodb
|
rm -rf 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
|
||||||
|
|||||||
Reference in New Issue
Block a user