Don't fail on error because this is expected.

This commit is contained in:
awalsh128 2021-10-16 22:44:43 -07:00
parent 412b31cb70
commit ac4bf152a0

View file

@ -1,8 +1,5 @@
#!/bin/bash
# Fail on any error.
set -e
version=$1
packages=${@:2}