From d50660f9b46050fd71c7a77f5f58fb4f422bb9d1 Mon Sep 17 00:00:00 2001 From: Christopher Horrell Date: Tue, 12 Jun 2018 21:49:19 -0400 Subject: [PATCH] Add option to skip updating yarn and alpine when doing a security update --- update.sh | 74 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 63 insertions(+), 11 deletions(-) diff --git a/update.sh b/update.sh index 1d034e0ee..f31810256 100755 --- a/update.sh +++ b/update.sh @@ -1,6 +1,46 @@ #!/bin/bash set -ue +function usage() { + cat <