From: Christian Heller Date: Tue, 26 Aug 2025 05:42:30 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/blog?a=commitdiff_plain;h=d3301b714ad49f83eb58f768bf21701451a8da8c;p=config Fix. --- diff --git a/trixie/copy/desktop/home/plom/.local/bin/setup_apps b/trixie/copy/desktop/home/plom/.local/bin/setup_apps index cdf54e4..6ad0727 100755 --- a/trixie/copy/desktop/home/plom/.local/bin/setup_apps +++ b/trixie/copy/desktop/home/plom/.local/bin/setup_apps @@ -8,8 +8,8 @@ abort_if_offline install_with_repo() { local APP_NAME=$1 - local REPO_URL=$2 - local KEY_FILENAME_SOURCE=$3 + local REPO_URL="https://$2" + local KEY_FILENAME_SOURCE="${3}.gpg" local SUITE=$4 local TEMP_DIR @@ -37,6 +37,6 @@ install_with_repo() { sudo apt install -y "${APP_NAME}-desktop" } -install_with_repo mattermost httsp://deb.packages.mattermost.com pubkey.gpg stable +install_with_repo mattermost deb.packages.mattermost.com pubkey stable -install_with_repo signal httsp://updates.signal.org/desktop/apt signal-desktop-keyring.gpg xenial +install_with_repo signal updates.signal.org/desktop/apt signal-desktop-keyring xenial