mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-26 08:12:56 +10:00
Added art
This commit is contained in:
@@ -3,6 +3,18 @@
|
|||||||
# Fail on any command.
|
# Fail on any command.
|
||||||
set -eux pipefail
|
set -eux pipefail
|
||||||
|
|
||||||
|
# art is cool man
|
||||||
|
echo '
|
||||||
|
____ _ _ _ _ _
|
||||||
|
| __ ) _ _ __ _| |_ _(_)_ __ | | ___ | | | ___
|
||||||
|
| _ \| | | | / _, | \ \ / / | ,_ \| |/ _ \| | |/ _ \
|
||||||
|
| |_) | |_| | | (_| | |\ V /| | | | | | (_) | | | (_) |
|
||||||
|
|____/ \__, | \__,_|_| \_/ |_|_| |_|_|\___/|_|_|\___/
|
||||||
|
|___/
|
||||||
|
|
||||||
|
--------------- Single Download script ---------------
|
||||||
|
'
|
||||||
|
|
||||||
# Install prequisites
|
# Install prequisites
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt upgrade
|
sudo apt upgrade
|
||||||
|
|||||||
Reference in New Issue
Block a user