mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 16:25:53 +00:00
replace config token
This commit is contained in:
@@ -41,8 +41,14 @@ function update_script() {
|
||||
|
||||
# Execute Update
|
||||
msg_info "Updating $APP to ${RELEASE}"
|
||||
curl -fsSL "https://github.com/donetick/donetick/releases/download/${RELEASE}/donetick_Linux_x86_64.tar.gz" | tar -xz -C .
|
||||
mv donetick "/opt/donetick/donetick"
|
||||
|
||||
cd /opt/donetick
|
||||
|
||||
wget -q https://github.com/donetick/donetick/releases/download/${RELEASE}/donetick_Linux_x86_64.tar.gz
|
||||
tar -xf donetick_Linux_x86_64.tar.gz
|
||||
|
||||
rm -rf /opt/donetick/donetick_Linux_x86_64.tar.gz
|
||||
|
||||
msg_ok "Updated $APP to ${RELEASE}"
|
||||
|
||||
# Starting Services
|
||||
|
||||
Reference in New Issue
Block a user