standalone_install: Fail on error

This commit is contained in:
Alexey Rogachevskiy
2020-05-16 15:49:38 +03:00
parent 514c0f1b65
commit c7828557ca

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Perform a "standalone install" in a Docker container
set -e
# Step 1: Install pip
apt update
apt install -y curl