This commit is contained in:
aynic.os 2021-05-12 17:36:31 +02:00
parent d2b1d94967
commit e9e1fd989d
2 changed files with 19 additions and 15 deletions

View File

@ -15,6 +15,12 @@ python3 -m pip install -U cryptography Ed25519 base58 google protobuf duniterpy
# python3 -m pip install -U silkaj
}
git_clone() {
mkdir -p ~/.zen
cd ~/.zen
git clone https://git.p2p.legal/axiom-team/astrXbian.git
}
i_am() {
echo 'v0.4'
}

View File

@ -17,9 +17,7 @@ echo "AstrXbian installateur pour XBIAN (https://xbian.org) et ditributions DEBI
check_requirements
########################################################################
echo "Clonage git astrXbian depuis https://git.p2p.legal"
mkdir -p ~/.zen
cd ~/.zen
git clone https://git.p2p.legal/axiom-team/astrXbian.git
git_clone
########################################################################
echo "IMPORT configuration ASTROPORT dans ~/.kodi"