From 7aed5fc0c543f9c183d90182aecc21b8ce9fc223 Mon Sep 17 00:00:00 2001 From: RP1 Date: Sun, 22 Dec 2024 16:48:21 +0100 Subject: [PATCH] swapped cp to rsync --- rp-os-ae.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp-os-ae.sh b/rp-os-ae.sh index 4a240ba..298ed11 100644 --- a/rp-os-ae.sh +++ b/rp-os-ae.sh @@ -18,7 +18,7 @@ sudo pacman -S flatpak --noconfirm flatpak install flathub com.github.tchx84.Flatseal -y sleep 2 - sudo cp -a overrides /home/$USER/.local/share/flatpak + sudo rsync -ap --info=progress2 overrides /home/$USER/.local/share/flatpak echo ${bold}${yellow}Flatseal ${normal}installed. echo ---------------------------------------------