Change to get PikaBackup from flathub
This commit is contained in:
parent
a09671f670
commit
7ebbce368f
2 changed files with 6 additions and 2 deletions
|
@ -427,8 +427,6 @@ aur_packages=(
|
||||||
networkmanager-iwd
|
networkmanager-iwd
|
||||||
# iwd GUI
|
# iwd GUI
|
||||||
iwgtk
|
iwgtk
|
||||||
# Backups based on borg
|
|
||||||
pika-backup
|
|
||||||
# Login settings
|
# Login settings
|
||||||
gdm-settings
|
gdm-settings
|
||||||
# Gnome extensions
|
# Gnome extensions
|
||||||
|
|
6
run_once_flatpak-applications.sh
Normal file
6
run_once_flatpak-applications.sh
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
exec 2> >(while read line; do echo -e "\e[01;31m$line\e[0m"; done)
|
||||||
|
|
||||||
|
flatpak install --noninteractive org.gnome.World.PikaBackup
|
Loading…
Reference in a new issue