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