Skip to content

Commit

Permalink
feat: add missing run_host call
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Feb 12, 2024
1 parent 540f6fc commit 2bd8b60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ if [ -f "/run/.containerenv" ]; then
echo "Looks like you are running in a container, but you don't have flatpak or host-spawn installed."
echo "Nothing to do here."
fi

run_host
exit $?

0 comments on commit 2bd8b60

Please sign in to comment.