-
Notifications
You must be signed in to change notification settings - Fork 205
/
peatio-installer-using-vagrant.sh
executable file
·49 lines (35 loc) · 1.19 KB
/
peatio-installer-using-vagrant.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
45
46
47
48
49
#!/bin/bash
# Peatio-installer-using-vagrant.sh: Crypto Currency Exchange
# Author: AlgoBasket
# Skype algobasket
# Email [email protected]
################################################################
# Goals of the script:
# To install the secured crypto currency exchange
#
# Script by Algobasket.
################################################################
sudo apt-get -y install boxes;
sudo apt-get -y update
echo 'WELCOME TO PEATIO CRYPTOCURRENCY EXCHANGE v1.0 (using Vagrant)- DEVELOPED BY ALGOBASKET' | boxes -d diamonds -a hcvc
echo -e "\n\n"
echo -e "\033[34;7mWelcome to Peatio Crypto Exchange v1.0 - Build by Algobasket\e[0m "
echo -e "\n\n"
echo "Installing virtualbox ......."
sudo apt-get -y install virtualbox
echo "Installing vagrant ......."
sudo apt-get -y install vagrant
echo "Vagrant adding box........"
vagrant box add ubuntu/xenial64
echo "Vagrant initialisation....."
vagrant init ubuntu/xenial64
echo "Vagrant up....."
vagrant up
echo "Vagrant halt ......"
vagrant halt
vagrant plugin install vagrant-vbguest
vagrant reload
echo 'AFTER vagrant ssh using peatio-fresh-installer.sh ' | boxes -d peek -a c -s 40x11
echo -e "\n\n"
echo "Vagrant ssh....."
vagrant ssh