(simatec) Beta v0.8v3
This commit is contained in:
parent
0f73949eca
commit
54cfcded33
1 changed files with 8 additions and 0 deletions
|
@ -51,6 +51,14 @@ BLA::stop_loading_animation() {
|
|||
|
||||
#######################################################################################
|
||||
|
||||
echo
|
||||
echo "${greenBold}${HLINE_SMALL}"
|
||||
echo "Welcome to Piler-Docker Installer"
|
||||
echo "${greenBold}${HLINE_SMALL}${normal}"
|
||||
echo
|
||||
|
||||
#######################################################################################
|
||||
|
||||
# App Check
|
||||
for bin in curl docker git; do
|
||||
if [[ -z $(which ${bin}) ]]; then echo "${redBold}Cannot find ${bin}, exiting...${normal}"; exit 1; fi
|
||||
|
|
Loading…
Reference in a new issue