From 7ebbce368fab32a54d48d780c38058572ce6ba3e Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Sat, 4 Mar 2023 17:02:36 +0100 Subject: [PATCH] Change to get PikaBackup from flathub --- install.sh | 2 -- run_once_flatpak-applications.sh | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 run_once_flatpak-applications.sh diff --git a/install.sh b/install.sh index cf8eecd..06b9d9c 100755 --- a/install.sh +++ b/install.sh @@ -427,8 +427,6 @@ aur_packages=( networkmanager-iwd # iwd GUI iwgtk - # Backups based on borg - pika-backup # Login settings gdm-settings # Gnome extensions diff --git a/run_once_flatpak-applications.sh b/run_once_flatpak-applications.sh new file mode 100644 index 0000000..2c00608 --- /dev/null +++ b/run_once_flatpak-applications.sh @@ -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