remove source apt.sh

This commit is contained in:
Mikhail Timofeev
2020-07-08 15:34:53 +03:00
parent f1b5ed40eb
commit cebf52206b
22 changed files with 0 additions and 22 deletions

View File

@@ -6,7 +6,6 @@
# Source the helpers for use with the script
source $HELPER_SCRIPTS/document.sh
source $HELPER_SCRIPTS/apt.sh
# Install Alibaba Cloud CLI
URL=$(curl -s https://api.github.com/repos/aliyun/aliyun-cli/releases/latest | jq -r '.assets[].browser_download_url | select(contains("aliyun-cli-linux"))')