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.
This commit is contained in:
@@ -28,7 +28,7 @@ if [ "$?" != 0 ] ; then
|
|||||||
fi
|
fi
|
||||||
echo "5"
|
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 org.gnome.Platform//43
|
||||||
/usr/bin/flatpak install --user --noninteractive --reinstall flathub $(flatpak list --app-runtime=org.fedoraproject.Platform --columns=application | tail -n +1 )
|
/usr/bin/flatpak install --user --noninteractive --reinstall flathub $(flatpak list --app-runtime=org.fedoraproject.Platform --columns=application | tail -n +1 )
|
||||||
if [ "$?" != 0 ] ; then
|
if [ "$?" != 0 ] ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user