From 7355052c7f2f114477c481b9448f58f1d8073a17 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Thu, 14 May 2020 21:52:36 +0300 Subject: [PATCH] add helpers script to os.sh --- images/linux/scripts/installers/powershellcore.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/images/linux/scripts/installers/powershellcore.sh b/images/linux/scripts/installers/powershellcore.sh index 8a69f4799..abd5d751d 100644 --- a/images/linux/scripts/installers/powershellcore.sh +++ b/images/linux/scripts/installers/powershellcore.sh @@ -6,6 +6,7 @@ # Source the helpers for use with the script source $HELPER_SCRIPTS/document.sh +source $HELPER_SCRIPTS/os.sh # Install Powershell if isUbuntu20 ; then