diff --git a/.gitignore b/.gitignore index c8dc066..7d31dc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -.profile zen/tools/scraping/transiscope/transiscope.json +stat-install.log diff --git a/.profile b/.profile deleted file mode 100644 index e69de29..0000000 diff --git a/install.sh b/install.sh index 3575091..60c7538 100644 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/www/loveland.conf b/www/loveland.conf index 7676d3f..b1b7332 100644 --- a/www/loveland.conf +++ b/www/loveland.conf @@ -1,7 +1,6 @@ server { - listen 80; - listen [::]:80; + listen 10010; root /var/www/loveland;