mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
add check for python-dev
This commit is contained in:
@@ -278,6 +278,7 @@ sudo -H pip3 install redis
|
|||||||
# check for dependencies on DietPi, Ubuntu, Armbian
|
# check for dependencies on DietPi, Ubuntu, Armbian
|
||||||
sudo apt-get install -y build-essential
|
sudo apt-get install -y build-essential
|
||||||
sudo apt-get install -y python-pip
|
sudo apt-get install -y python-pip
|
||||||
|
sudo apt-get install -y python-dev
|
||||||
# rsync is needed to copy from HDD
|
# rsync is needed to copy from HDD
|
||||||
sudo apt install -y rsync
|
sudo apt install -y rsync
|
||||||
# install ifconfig
|
# install ifconfig
|
||||||
@@ -293,6 +294,7 @@ sudo apt install -y openssh-client
|
|||||||
sudo apt install -y openssh-sftp-server
|
sudo apt install -y openssh-sftp-server
|
||||||
# install killall, fuser
|
# install killall, fuser
|
||||||
sudo apt-get install -y psmisc
|
sudo apt-get install -y psmisc
|
||||||
|
|
||||||
sudo apt-get clean
|
sudo apt-get clean
|
||||||
sudo apt-get -y autoremove
|
sudo apt-get -y autoremove
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user