mirror of
https://github.com/tommytran732/pamac-flatpak
synced 2024-12-04 14:11:33 -05:00
Fix Flathub-Beta URL
This commit is contained in:
parent
d9755bdb57
commit
550553c043
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user