swapped cp to rsync
This commit is contained in:
parent
b2bb042b0d
commit
7aed5fc0c5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ sudo pacman -S flatpak --noconfirm
|
||||||
|
|
||||||
flatpak install flathub com.github.tchx84.Flatseal -y
|
flatpak install flathub com.github.tchx84.Flatseal -y
|
||||||
sleep 2
|
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 ${bold}${yellow}Flatseal ${normal}installed.
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue