log install, change loveloan port 10010

This commit is contained in:
poka 2020-05-16 01:08:39 +02:00
parent 3acaaab735
commit 5b3c2604d0
4 changed files with 9 additions and 7 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
.profile
zen/tools/scraping/transiscope/transiscope.json
stat-install.log

View File

View File

@ -1,18 +1,21 @@
#!/bin/bash
# Variables
log="stat-install.log"
# Check requierments
sudo apt update
sudo apt install curl net-tools -y
echo "${c_green}Astroport installer
###
1. IPFS Swarm Layer$c_"
1. IPFS Swarm Layer$c_" | tee -a $log
# Full automatic (you trust this git depot)
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/.install/ipfs_alone.sh | bash || exit 1
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/.install/ipfs_alone.sh | bash | tee -a $log || exit 1
echo "${c_green}2. Ḡ1/ScuttleButt anoptical layer$c_"
# ONCE YOU READ and AGREE. Run TrustFull QUICK Install !!
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/make_G1SSB_secret.sh | bash || exit 1
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/make_G1SSB_secret.sh | bash | tee -a $log || exit 1
echo "${c_green}Installation complete$c_"
echo "${c_green}Installation complete$c_" | tee -a $log
exit 0

View File

@ -1,7 +1,6 @@
server {
listen 80;
listen [::]:80;
listen 10010;
root /var/www/loveland;