summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommyTran7322021-08-18 03:46:48 -0400
committerTommyTran7322021-08-18 03:46:48 -0400
commit550553c04349521726ecaaa4780627e1bee663a4 (patch)
tree0a9641f23ed3f8fbf4e05b6ee584c7303a060b2e
parentd9755bdb571ea84809a980b91455415a79b2f376 (diff)
downloadaur-550553c04349521726ecaaa4780627e1bee663a4.tar.gz
Fix Flathub-Beta URL
-rw-r--r--pamac.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/pamac.install b/pamac.install
index 4912c8eb1263..66700a202e16 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