This commit is contained in:
rderooy
2020-09-16 17:35:58 +02:00
parent 53ef4f1166
commit 35bef67914
2 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
cd contrib/linux
flatpak-builder --repo=../../repo --force-clean ../../build-flatpak com.dosbox_x.DOSBox-X-sdl2.yaml
if [ $? -eq 0 ]; then
echo If the build was successful, you can now install the flatpak by running the following commands:
echo You can now install the flatpak by running the following commands:
echo
echo flatpak --user remote-add --no-gpg-verify myrepo repo
echo flatpak --user install myrepo com.dosbox_x.DOSBox-X-sdl2

View File

@@ -8,7 +8,7 @@
cd contrib/linux
flatpak-builder --repo=../../repo --force-clean ../../build-flatpak com.dosbox_x.DOSBox-X.yaml
if [ $? -eq 0 ]; then
echo If the build was successful, you can now install the flatpak by running the following commands:
echo You can now install the flatpak by running the following commands:
echo
echo flatpak --user remote-add --no-gpg-verify myrepo repo
echo flatpak --user install myrepo com.dosbox_x.DOSBox-X