From 26a6cdc59698bc1189e740cf9630e0fb4cfe188e Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 28 Nov 2020 21:31:04 -0500 Subject: [PATCH] Updates to the wine installer. --- wine/install-wine.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wine/install-wine.sh b/wine/install-wine.sh index 2509d12..1cb8a7f 100755 --- a/wine/install-wine.sh +++ b/wine/install-wine.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Immediately exit if errors are encountered. +set -e + # Installer/configuration tool for wine # If this fails on your system, please contact storm_dragon@linux-a11y.org