Fail on error installing package

This commit is contained in:
David Boreham 2023-04-04 20:26:19 -06:00
parent 9e4240df07
commit 11375fed0c

View File

@ -11,6 +11,6 @@ DEPS=(github.com/fare/gerbil-utils
) ;
for i in ${DEPS[@]} ; do
echo "Installing gerbil package: $i"
gxpkg install $i &&
gxpkg install $i
gxpkg build $i
done