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.
1 parent 2676a48 commit 67541a9Copy full SHA for 67541a9
ct/commafeed.sh
@@ -33,6 +33,10 @@ function update_script() {
33
systemctl stop commafeed
34
msg_ok "Stopped ${APP}"
35
36
+ msg_info "Installing Dependencies"
37
+ $STD apt-get install -y rsync
38
+ msg_ok "Installed Dependencies"
39
+
40
msg_info "Updating ${APP} to ${RELEASE}"
41
curl -fsSL "https://github.com/Athou/commafeed/releases/download/${RELEASE}/commafeed-${RELEASE}-h2-jvm.zip" -o $(basename "https://github.com/Athou/commafeed/releases/download/${RELEASE}/commafeed-${RELEASE}-h2-jvm.zip")
42
unzip -q commafeed-"${RELEASE}"-h2-jvm.zip
0 commit comments