Delete install_flatpaks.sh

This commit is contained in:
Jafner 2021-11-22 20:20:54 -08:00 committed by GitHub
parent cbf4b64317
commit d97a449a67

View File

@ -1,4 +0,0 @@
for app in ./.flatpak/*
do
flatpak install -y $app
done