chore: Add anyrun to binaries

This commit is contained in:
Fabio Lenherr / DashieTM 2024-02-11 17:24:49 +01:00
parent 48d34ec7af
commit 1c6a9f49e7
2 changed files with 2 additions and 1 deletions

View file

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