Jafner.net/dotfiles_github/install_flatpaks.sh

4 lines
56 B
Bash

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