-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinstall_container_env.sh
More file actions
36 lines (32 loc) · 1.69 KB
/
install_container_env.sh
File metadata and controls
36 lines (32 loc) · 1.69 KB
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
#!/bin/sh
# If you update this from Windows, using Notepad ++, do the following:
# sudo apt-get -y install dos2unix
# dos2unix <FILE>
# chmod u+x <FILE>
#
clear
echo "
_____ _ _ _ _
| |___ ___ ___| |_ ___ _| | | |_ _ _ |_|
| --| _| -_| .'| _| -_| . | | . | | | _
|_____|_| |___|__,|_| |___|___| |___|_ | |_|
|___|
_____ _ _ _ _ _____ __ _____
| | |_ ___|_|___| |_ ___ ___| |_ ___ ___ | |__| | | __|___ ___ _ _
| --| | _| |_ -| _| . | . | | -_| _| | | | | | | | | | _| .'| | |
|_____|_|_|_| |_|___|_| |___| _|_|_|___|_| |_|_|_|_____| |_____|_| |__,|_ |
|_| |___|
\r\n \r\n
Version: 0.0.4 \r\n
Last Updated: 9/2/2018
\r\n \r\n
Updating system first..."
wait
wget https://raw.githubusercontent.com/c2theg/srvBuilds/master/install_docker.sh && chmod u+x install_docker.sh && ./install_docker.sh
wait
wget https://raw.githubusercontent.com/c2theg/srvBuilds/master/install_kubernetes.sh && chmod u+x install_kubernetes.sh && ./install_kubernetes.sh
wait
#echo "\r\n\r\n \r\n Cockpit! (Only for Ubuntu 16.04+) \r\n \r\n"
#sudo -E add-apt-repository -y ppa:cockpit-project/cockpit
#sudo -E apt-get install -y cockpit
#sudo systemctl start cockpit && sudo systemctl enable cockpit