chore: Don't call paru with sudo

This commit is contained in:
Fabio Lenherr / DashieTM 2024-02-11 17:41:35 +01:00
parent e5a156b404
commit 511db23388

View file

@ -23,7 +23,7 @@ save() {
}
load() {
sudo paru -S - <"$pacfile"
paru -S - <"$pacfile"
while read app; do
flatpak install "$app" -y
done <"$flatfile"