1
0
mirror of https://github.com/tommytran732/pamac-flatpak synced 2024-10-18 12:15:13 -04:00

Fix Flathub-Beta URL

This commit is contained in:
TommyTran732 2021-08-18 03:46:48 -04:00
parent d9755bdb57
commit 550553c043
No known key found for this signature in database
GPG Key ID: 8825C3851DC29C20

View File

@ -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