start with header
This commit is contained in:
parent
2f122423a3
commit
db222b4b01
1 changed files with 10 additions and 8 deletions
18
setup
18
setup
|
@ -3,7 +3,17 @@
|
||||||
set -e
|
set -e
|
||||||
cd
|
cd
|
||||||
|
|
||||||
|
HEADER=':::::::-. ... ... :::::::.. .::::::.
|
||||||
|
;;, `'\'';, .;;;;;;;. .;;;;;;;. ;;;;``;;;; ;;;` `
|
||||||
|
`[[ [[,[[ \[[,,[[ \[[,[[[,/[[['\'' '\''[==/[[[[,
|
||||||
|
$$, $$$$$, $$$$$$, $$$$$$$$$c '\'''\'''\'' $
|
||||||
|
888_,o8P'\''"888,_ _,88P"888,_ _,88P888b "88bo,88b dP
|
||||||
|
MMMMP"` "YMMMMMP" "YMMMMMP" MMMM "W" "YMmMY"
|
||||||
|
Doors are sturdier than windows.
|
||||||
|
-------------------------------------------------------'
|
||||||
|
|
||||||
clear &&
|
clear &&
|
||||||
|
echo "$HEADER"
|
||||||
echo "Choose your adventure:
|
echo "Choose your adventure:
|
||||||
============================
|
============================
|
||||||
1. Shell/CLI stuff only
|
1. Shell/CLI stuff only
|
||||||
|
@ -29,14 +39,6 @@ sudo echo ''
|
||||||
. /etc/os-release
|
. /etc/os-release
|
||||||
OS=$NAME
|
OS=$NAME
|
||||||
|
|
||||||
HEADER=':::::::-. ... ... :::::::.. .::::::.
|
|
||||||
;;, `'\'';, .;;;;;;;. .;;;;;;;. ;;;;``;;;; ;;;` `
|
|
||||||
`[[ [[,[[ \[[,,[[ \[[,[[[,/[[['\'' '\''[==/[[[[,
|
|
||||||
$$, $$$$$, $$$$$$, $$$$$$$$$c '\'''\'''\'' $
|
|
||||||
888_,o8P'\''"888,_ _,88P"888,_ _,88P888b "88bo,88b dP
|
|
||||||
MMMMP"` "YMMMMMP" "YMMMMMP" MMMM "W" "YMmMY"
|
|
||||||
Doors are sturdier than windows.
|
|
||||||
-------------------------------------------------------'
|
|
||||||
printf "\nSetup for %s\n" "$OS"
|
printf "\nSetup for %s\n" "$OS"
|
||||||
|
|
||||||
case "$OS" in
|
case "$OS" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue