Add figlet
This commit is contained in:
+1
-8
@@ -4,14 +4,7 @@
|
||||
|
||||
if [ $disman == 1 ]; then
|
||||
echo -e "${GREEN}"
|
||||
cat <<"EOF"
|
||||
_____ _______ __ _ _
|
||||
|_ _|_ _\ \ / / | | ___ __ _(_)_ __
|
||||
| | | | \ V / | |/ _ \ / _` | | '_ \
|
||||
| | | | | | | | (_) | (_| | | | | |
|
||||
|_| |_| |_| |_|\___/ \__, |_|_| |_|
|
||||
|___/
|
||||
EOF
|
||||
figlet "TTY issue"
|
||||
echo -e "${NONE}"
|
||||
if gum confirm "Do you want to install the custom tty login issue?" ;then
|
||||
sudo cp login/issue /etc/issue
|
||||
|
||||
Reference in New Issue
Block a user