forked from lincolnthedev/s7shell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.sh
44 lines (39 loc) · 1.57 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
echo "
*****************************************************************
*****************************************************************
*****************************************************************
** **
** South Seventh Shell Overlay and Tools Installation Starting **
** **
*****************************************************************
*****************************************************************
*****************************************************************
"
sudo mv install.bashrc ~/.bashrc
sudo mv install.banner /etc/banner
sudo mv install.motd /etc/motd
cd /
sudo apt-get update
sudo apt-get install docker
sudo apt-get update
sudo apt-get install figlet
sudo apt-get update
sudo apt-get install python3
# todo: add more stuff to install
clear
echo "
*********************************************************************
_____ __ __ _____ __ __
/ ___/____ __ __/ /_/ /_ / ___/___ _ _____ ____ / /_/ /_
\__ \/ __ \/ / / / __/ __ \ \__ \/ _ \ | / / _ \/ __ \/ __/ __ \
___/ / /_/ / /_/ / /_/ / / / ___/ / __/ |/ / __/ / / / /_/ / / /
/____/\____/\__,_/\__/_/ /_/ /____/\___/|___/\___/_/ /_/\__/_/ /_/
_____ __ ____
/ ___// /_ ___ / / /
\__ \/ __ \/ _ \/ / /
___/ / / / / __/ / /
/____/_/ /_/\___/_/_/
*********************************************************************
Installation Complete!
*********************************************************************
"