mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
fixed art
This commit is contained in:
+5
-3
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# Fail on any command.
|
||||
set -eux pipefail
|
||||
clear
|
||||
echo -e "\e[0m\c"
|
||||
|
||||
# art is cool man
|
||||
# shellcheck disable=SC2016
|
||||
echo '
|
||||
____ _ _ _ _ _
|
||||
| __ ) _ _ __ _| |_ _(_)_ __ | | ___ | | | ___
|
||||
@@ -14,6 +14,8 @@ echo '
|
||||
|
||||
--------------- Single Download script ---------------
|
||||
'
|
||||
# Fail on any command.
|
||||
set -eux pipefail
|
||||
|
||||
# Install prequisites
|
||||
sudo apt update
|
||||
|
||||
Reference in New Issue
Block a user