chore: Don't call paru with sudo
This commit is contained in:
parent
e5a156b404
commit
511db23388
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ save() {
|
|||
}
|
||||
|
||||
load() {
|
||||
sudo paru -S - <"$pacfile"
|
||||
paru -S - <"$pacfile"
|
||||
while read app; do
|
||||
flatpak install "$app" -y
|
||||
done <"$flatfile"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue