Don't install midori

main
bashrc 2026-02-23 18:50:04 +00:00
parent 5063b5adfe
commit 7787ee7945
1 changed files with 4 additions and 2 deletions

View File

@ -38,7 +38,7 @@ if [ -f /usr/bin/pacman ]; then
imagemagick python-pillow python-requests \ imagemagick python-pillow python-requests \
perl-image-exiftool python-numpy python-dateutil \ perl-image-exiftool python-numpy python-dateutil \
certbot flake8 git wget qrencode \ certbot flake8 git wget qrencode \
proxychains midori bandit yggdrasil proxychains bandit yggdrasil
pip3 install pyqrcode pypng pip3 install pyqrcode pypng
else else
apt-get update apt-get update
@ -49,7 +49,7 @@ else
libimage-exiftool-perl python3-flake8 \ libimage-exiftool-perl python3-flake8 \
python3-django-timezone-field nginx git wget \ python3-django-timezone-field nginx git wget \
python3-pyqrcode qrencode python3-png \ python3-pyqrcode qrencode python3-png \
proxychains midori python3-bandit yggdrasil proxychains python3-bandit yggdrasil
fi fi
if [ ! -d /etc/yggdrasil ]; then if [ ! -d /etc/yggdrasil ]; then
@ -336,5 +336,7 @@ echo ''
echo 'Then register an account. You may also want to add extra public peers' echo 'Then register an account. You may also want to add extra public peers'
echo 'within /etc/yggdrasil/yggdrasil.conf' echo 'within /etc/yggdrasil/yggdrasil.conf'
echo 'See https://publicpeers.neilalexander.dev' echo 'See https://publicpeers.neilalexander.dev'
echo ''
echo 'To show your address use: sudo yggdrasil-address'
exit 0 exit 0