Exit on error
This commit is contained in:
parent
22a6234765
commit
63eade450d
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install curl
|
apt-get install curl
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y curl
|
apt-get install -y curl
|
||||||
apt-get install -y createrepo-c
|
apt-get install -y createrepo-c
|
||||||
|
|
Loading…
Reference in a new issue