From 550553c04349521726ecaaa4780627e1bee663a4 Mon Sep 17 00:00:00 2001 From: TommyTran732 Date: Wed, 18 Aug 2021 03:46:48 -0400 Subject: [PATCH] Fix Flathub-Beta URL --- pamac.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pamac.install b/pamac.install index 4912c8e..66700a2 100644 --- a/pamac.install +++ b/pamac.install @@ -2,7 +2,7 @@ post_install() { # enable flatpak repo if [ -f /usr/bin/flatpak ]; then flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - flatpak remote-add --if-not-exists flathub-beta https://flathub.org/repo-beta/flathub-beta.flatpakrepo + flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo fi # enable systemd timers ln -sf /usr/lib/systemd/system/pamac-cleancache.timer /etc/systemd/system/multi-user.target.wants