Skip to content

Commit

Permalink
Update sh command
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryabase-tyke committed Oct 3, 2024
1 parent b48aff0 commit feab310
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
#!/bin/bash
printBanner() {
cat << 'BANNER'
cat << 'BANNER'
██╗░░██╗██╗░░░██╗██████╗░███████╗░██████╗███████╗███╗░░██╗░██████╗███████╗
██║░██╔╝██║░░░██║██╔══██╗██╔════╝██╔════╝██╔════╝████╗░██║██╔════╝██╔════╝
█████═╝░██║░░░██║██████╦╝█████╗░░╚█████╗░█████╗░░██╔██╗██║╚█████╗░█████╗░░
██╔═██╗░██║░░░██║██╔══██╗██╔══╝░░░╚═══██╗██╔══╝░░██║╚████║░╚═══██╗██╔══╝░░
██║░╚██╗╚██████╔╝██████╦╝███████╗██████╔╝███████╗██║░╚███║██████╔╝███████╗
╚═╝░░╚═╝░╚═════╝░╚═════╝░╚══════╝╚═════╝░╚══════╝╚═╝░░╚══╝╚═════╝░╚══════╝
Start using kubesense by running: \033[1mkubesense install\033[1m
Start using kubesense by running: kubesense install
BANNER
}
# Check OS and architecture
Expand Down

0 comments on commit feab310

Please sign in to comment.