mirror of https://gitlab.com/bashrc2/epicyon
Don't install midori
parent
5063b5adfe
commit
7787ee7945
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue