Jafner.net/dotfiles_github/install_flatpaks.sh
Jafner 6f35624119 Delete Ferdi configs
Switching to a Ferdi account
2021-11-11 20:58:10 -08:00

4 lines
56 B
Bash
Executable File

for app in ./.flatpak/*
do
flatpak install $app
done