Added art

This commit is contained in:
alvinlollo
2025-01-29 12:04:19 +00:00
parent 8a6d89d80e
commit 8734cb492e
+12
View File
@@ -3,6 +3,18 @@
# Fail on any command.
set -eux pipefail
# art is cool man
echo '
____ _ _ _ _ _
| __ ) _ _ __ _| |_ _(_)_ __ | | ___ | | | ___
| _ \| | | | / _, | \ \ / / | ,_ \| |/ _ \| | |/ _ \
| |_) | |_| | | (_| | |\ V /| | | | | | (_) | | | (_) |
|____/ \__, | \__,_|_| \_/ |_|_| |_|_|\___/|_|_|\___/
|___/
--------------- Single Download script ---------------
'
# Install prequisites
sudo apt update
sudo apt upgrade