This commit is contained in:
Jonathan Schleifer 2021-08-06 20:46:35 +02:00
parent 75529d1824
commit ae429be907
No known key found for this signature in database
GPG key ID: 636703577395312F

View file

@ -24,8 +24,8 @@
set -eu set -eu
if ! type bwrap >/dev/null 2>&1; then if ! type bwrap >/dev/null 2>&1; then
echo "You don't have bubblewrap installed." 2>&1 echo "You don't have bubblewrap installed." 1>&2
echo "Please install bubblewrap." 2>&1 echo "Please install bubblewrap." 1>&2
exit 1 exit 1
fi fi