Skip to content

Commit 67541a9

Browse files
authored
Install rsync in ct/commafeed.sh
This commit installs rsync in the update script of commafeed for users who used the install script before rsync was added.
1 parent 2676a48 commit 67541a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ct/commafeed.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ function update_script() {
3333
systemctl stop commafeed
3434
msg_ok "Stopped ${APP}"
3535

36+
msg_info "Installing Dependencies"
37+
$STD apt-get install -y rsync
38+
msg_ok "Installed Dependencies"
39+
3640
msg_info "Updating ${APP} to ${RELEASE}"
3741
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")
3842
unzip -q commafeed-"${RELEASE}"-h2-jvm.zip

0 commit comments

Comments
 (0)