Compare commits

..

1 Commits

Author SHA1 Message Date
Yann Autissier 25d3d9d24f fix install 2022-07-25 21:37:09 +00:00
2 changed files with 7 additions and 3 deletions

View File

@ -22,8 +22,12 @@ import_astrXbian() {
mkdir -p ~/.zen
cd ~/.zen
# TODO INSTALL FROM IPFS / IPNS
git clone https://git.p2p.legal/axiom-team/astrXbian.git
git clone https://git.p2p.legal/qo-op/Astroport.ONE.git
[ ! -d astrXbian ] \
&& git clone https://git.p2p.legal/axiom-team/astrXbian.git \
|| GIT_DIR=astrXbian/.git git pull
[ ! -d Astroport.ONE ] \
&& git clone https://git.p2p.legal/qo-op/Astroport.ONE.git \
|| GIT_DIR=Astroport.ONE git pull
}
import_astroport() {

View File

@ -123,4 +123,4 @@ https://astroport.com
fi
}
~/.zen/astrXbian/zen/tools/cron_VRFY.sh
~/.zen/astrXbian/zen/cron_VRFY.sh