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 \
perl-image-exiftool python-numpy python-dateutil \
certbot flake8 git wget qrencode \
proxychains midori bandit yggdrasil
proxychains bandit yggdrasil
pip3 install pyqrcode pypng
else
apt-get update
@ -49,7 +49,7 @@ else
libimage-exiftool-perl python3-flake8 \
python3-django-timezone-field nginx git wget \
python3-pyqrcode qrencode python3-png \
proxychains midori python3-bandit yggdrasil
proxychains python3-bandit yggdrasil
fi
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 'within /etc/yggdrasil/yggdrasil.conf'
echo 'See https://publicpeers.neilalexander.dev'
echo ''
echo 'To show your address use: sudo yggdrasil-address'
exit 0