Track errors in install.sh
This commit is contained in:
parent
2b48943dff
commit
418a9d75a4
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -eux
|
||||||
|
|
||||||
apt update > /dev/null;
|
apt update > /dev/null;
|
||||||
|
|
||||||
apt install -y unzip rsync jq imagemagick curl
|
apt install -y unzip rsync jq imagemagick curl
|
||||||
|
|
Loading…
Reference in a new issue