-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.sh
executable file
·30 lines (24 loc) · 2.07 KB
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/sh
pkg i git cowsay figlet netcat tar vim yarn zsh -y
npm i rovelstars/rovel.js#master -g
clear
cd $HOME && mkdir spck && cd spck
clear
echo "\033[0;34mInstallation finished!\nNow installing spck editor's lightweight OS. (2mb size)"
# rovelos install
cat<<'EOF'
███████╗██████╗ ██████╗██╗ ██╗ ████████╗███████╗██████╗ ███╗ ███╗██╗ ██╗██╗ ██╗
██╔════╝██╔══██╗██╔════╝██║ ██╔╝ ╚══██╔══╝██╔════╝██╔══██╗████╗ ████║██║ ██║╚██╗██╔╝
███████╗██████╔╝██║ █████╔╝ ██║ █████╗ ██████╔╝██╔████╔██║██║ ██║ ╚███╔╝
╚════██║██╔═══╝ ██║ ██╔═██╗ ██║ ██╔══╝ ██╔══██╗██║╚██╔╝██║██║ ██║ ██╔██╗
███████║██║ ╚██████╗██║ ██╗ ██║ ███████╗██║ ██║██║ ╚═╝ ██║╚██████╔╝██╔╝ ██╗
╚══════╝╚═╝ ╚═════╝╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝
_____ _ _ _ _ _ _
|_ _| (_) | | | | | | | |
| | ___ _ __ _____ __ _ _ __ ___| |_ __ _| | | ___ __| | |
| |/ __| | '_ \ / _ \ \ /\ / / | | '_ \/ __| __/ _` | | |/ _ \/ _` | |
_| |\__ \ | | | | (_) \ V V / | | | | \__ \ || (_| | | | __/ (_| |_|
\___/___/ |_| |_|\___/ \_/\_/ |_|_| |_|___/\__\__,_|_|_|\___|\__,_(_)
EOF
printf "\033[0m"
sleep 4