diff --git a/docker/build.sh b/docker/build.sh index 3ec6ac1..183b701 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -62,8 +62,6 @@ buildappimage() { ./build.sh "${VERSION}" - msg "AppImage may require running a priviliged container, sadly" - popd } @@ -73,6 +71,7 @@ buildflatpak() { ./build.sh "${VERSION}" msg "Flatpak is not supported at the moment (oops)" + msg " It does not build on this old version of debian" popd }