Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade repository for Talk #2420

Merged
merged 4 commits into from
Dec 27, 2022
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions nextcloud_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,13 @@ then
apt-mark hold veracrypt
fi

# Upgrade Talk repositrory if Talk is installed (2022-12-26)
if is_this_installed nextcloud-spreed-signaling
then
print_text_in_color "$ICyan" "Upgrading dependencies for Talk..."
apt-get update -q4 --allow-releaseinfo-change & spinner_loading
fi

# Upgrade OS dependencies
export DEBIAN_FRONTEND=noninteractive ; apt-get dist-upgrade -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold"

Expand Down