diff --git a/crd.txt b/crd.txt new file mode 100644 index 0000000..57f3e21 --- /dev/null +++ b/crd.txt @@ -0,0 +1,27 @@ +__| |______________________________________________________________________| |__ +__ ______________________________________________________________________ __ + | | | | + | | | | + | | ____ _ _ _ | | + | | | _ \ ___ ___(_) __ _ _ __ ___ __| | __ _ _ __ __| | | | + | | | | | |/ _ \/ __| |/ _` | '_ \ / _ \/ _` | / _` | '_ \ / _` | | | + | | | |_| | __/\__ \ | (_| | | | | __/ (_| | | (_| | | | | (_| | | | + | | |____/ \___||___/_|\__, |_| |_|\___|\__,_| \__,_|_| |_|\__,_| | | + | | |___/ | | + | | _____ _ _ _ | | + | | | ____|_ __ __ _(_)_ __ ___ ___ _ __ ___ __| | | |__ _ _ | | + | | | _| | '_ \ / _` | | '_ \ / _ \/ _ \ '__/ _ \/ _` | | '_ \| | | | | | + | | | |___| | | | (_| | | | | | __/ __/ | | __/ (_| | | |_) | |_| | | | + | | |_____|_| |_|\__, |_|_| |_|\___|\___|_| \___|\__,_| |_.__/ \__, | | | + | | |___/ |___/ | | + | | _ __ _ _ _ _ _ | | + | | | |/ /___| |__ (_) |_(_)(_) | | + | | | ' // __| '_ \| | __| || | | | + | | | . \\__ \ | | | | |_| || | | | + | | |_|\_\___/_| |_|_|\__|_|/ | | | + | | |__/ | | + | | | | +__| |______________________________________________________________________| |__ +__ ______________________________________________________________________ __ + | | | | + diff --git a/docker-setup.sh b/docker-setup.sh index 5e9b696..37398ad 100755 --- a/docker-setup.sh +++ b/docker-setup.sh @@ -37,9 +37,7 @@ sudo usermod -aG docker $USER sudo chown $USER:docker /var/run/docker.sock # Show running containers +echo -e "$line\nhello-world container showing up here implies everything worked out as expected." docker ps -a - -echo -e "\n$line" -echo -e "Docker setup complete." -echo -e "## Designed and Engineered by Kshitij" echo -e "$line\n" + diff --git a/setup.sh b/setup.sh index 1922095..4bdeb0b 100755 --- a/setup.sh +++ b/setup.sh @@ -4,6 +4,8 @@ line="==================================" ############################################### +cat crd.txt + # Install dependencies sudo apt update @@ -41,5 +43,7 @@ sudo apt install -y python3-requests # For notifications echo -e "$line\nSetting up Docker\n$line" ./docker-setup.sh -echo -e "$line\nDocker installation complete\n$line" +echo -e "$line\nDocker installation complete" +echo -e "## DESIGNED AND ENGINEERED BY KSHITIJ" +echo -e "## END OF SCRIPT\n$line"