We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rm
1 parent 871fd65 commit cff3fa8Copy full SHA for cff3fa8
ct/vikunja.sh
@@ -67,7 +67,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
67
68
msg_info "Updating ${APP} to ${RELEASE}"
69
cd /opt
70
- rm -rf /opt/*
+ rm -rf /opt/vikunja/vikunja
71
wget -q "https://dl.vikunja.io/vikunja/$RELEASE/vikunja-$RELEASE-amd64.deb"
72
DEBIAN_FRONTEND=noninteractive dpkg -i vikunja-$RELEASE-amd64.deb &>/dev/null
73
echo "${RELEASE}" >/opt/${APP}_version.txt
0 commit comments