From 15cc8c4951df35adad71ac708be63b266279934d Mon Sep 17 00:00:00 2001 From: Adam Israel Date: Wed, 14 Dec 2022 09:51:25 -0500 Subject: [PATCH] Add "this may take a while" message Add a message for the long-running task of installing the new flatpak repo, which can take several minutes depending on the user's internet speed. --- ublue-firstboot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ublue-firstboot b/ublue-firstboot index ea597eb..830984d 100755 --- a/ublue-firstboot +++ b/ublue-firstboot @@ -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 \ No newline at end of file +fi