mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-05 18:13:50 +00:00
NocoDB: Unpin Version to latest (#13094)
* NocoDB: Unpin Version to latest Updated the nocodb.sh script to fetch the latest release instead of a specific version. * Update NocoDB installation script to use latest release * remove old echo Update NocoDB service file creation in install script.
This commit is contained in:
committed by
GitHub
parent
d0af062c18
commit
fa57b7a1d3
@@ -13,11 +13,11 @@ setting_up_container
|
||||
network_check
|
||||
update_os
|
||||
|
||||
fetch_and_deploy_gh_release "nocodb" "nocodb/nocodb" "singlefile" "0.301.1" "/opt/nocodb/" "Noco-linux-x64"
|
||||
fetch_and_deploy_gh_release "nocodb" "nocodb/nocodb" "singlefile" "latest" "/opt/nocodb/" "Noco-linux-x64"
|
||||
|
||||
msg_info "Creating Service"
|
||||
cat <<EOF >/etc/systemd/system/nocodb.service
|
||||
echo "[Unit]
|
||||
[Unit]
|
||||
Description=nocodb
|
||||
|
||||
[Service]
|
||||
|
||||
Reference in New Issue
Block a user