diff --git a/images/linux/scripts/installers/swift.sh b/images/linux/scripts/installers/swift.sh index a391444e5..36e30e85b 100644 --- a/images/linux/scripts/installers/swift.sh +++ b/images/linux/scripts/installers/swift.sh @@ -4,6 +4,9 @@ ## Desc: Installs Swift ################################################################################ +# Source the helpers for use with the script +source $HELPER_SCRIPTS/document.sh + # Install # Install image_label="$(lsb_release -rs)" swift_version="5.1.5"