Update support messages in docker image
This commit is contained in:
parent
454e68ebe9
commit
85968969a0
1 changed files with 1 additions and 2 deletions
|
@ -62,8 +62,6 @@ buildappimage() {
|
||||||
|
|
||||||
./build.sh "${VERSION}"
|
./build.sh "${VERSION}"
|
||||||
|
|
||||||
msg "AppImage may require running a priviliged container, sadly"
|
|
||||||
|
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -73,6 +71,7 @@ buildflatpak() {
|
||||||
./build.sh "${VERSION}"
|
./build.sh "${VERSION}"
|
||||||
|
|
||||||
msg "Flatpak is not supported at the moment (oops)"
|
msg "Flatpak is not supported at the moment (oops)"
|
||||||
|
msg " It does not build on this old version of debian"
|
||||||
|
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue