Merge pull request #7 from AdamIsrael/add-wait-message

Add "this may take a while" message
This commit is contained in:
Jorge O. Castro
2022-12-14 14:07:31 -05:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ if [ "$?" != 0 ] ; then
fi
echo "5"
echo "# Replacing Fedora Flatpaks with Flathub Ones"
echo "# Replacing Fedora Flatpaks with Flathub Ones (this may take a while)"
/usr/bin/flatpak install --user --noninteractive org.gnome.Platform//43
/usr/bin/flatpak install --user --noninteractive --reinstall flathub $(flatpak list --app-runtime=org.fedoraproject.Platform --columns=application | tail -n +1 )
if [ "$?" != 0 ] ; then
@@ -130,4 +130,4 @@ touch "$HOME"/.config/ublue/firstboot-done
if [ "$?" != 0 ] ; then
zenity --error \
--text="Firstboot Configuration Error"
fi
fi