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

@@ -4,7 +4,6 @@
## Desc: Installs Docker Compose
################################################################################
source $HELPER_SCRIPTS/apt.sh
source $HELPER_SCRIPTS/document.sh
URL=$(curl -s https://api.github.com/repos/docker/compose/releases/latest | jq -r '.assets[].browser_download_url | select(contains("docker-compose-Linux-x86_64"))' | head -1)