missing python3-dev

This commit is contained in:
qo-op 2020-12-13 20:42:15 +01:00
parent d9039dee4c
commit c1706a1fbe
1 changed files with 10 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{
# Check requirements
sudo apt update
sudo apt install git fail2ban curl net-tools libsodium23 libsodium-dev python3-pip python3-setuptools python3-wheel mpack libssl-dev libffi-dev build-essential qrencode jq bc gawk -y
sudo apt install git fail2ban curl net-tools libsodium23 libsodium-dev python3-dev python3-pip python3-setuptools python3-wheel mpack libssl-dev libffi-dev build-essential qrencode jq bc gawk -y
pip3 install cryptography Ed25519 base58 google protobuf
# pip3 install silkaj --user
@ -30,7 +30,16 @@ cd ~/.zen/astrXbian/zen/jaklis
cd ~/.zen/astrXbian/
./ISOconfig.sh
## ERRORS TODO ##
#[....] Starting authentication failure monitor: fail2ban No file(s) found for glob /var/log/auth.log
# Failed during configuration: Have not found any log file for sshd jail
# failed!
sudo sed -i "s/auth.log/faillog/g" /etc/fail2ban/paths-common.conf
##
## TODO add ipfs service with xbian-config
echo -e "${c_green}Installation complete$c_"
}