improved install.py

install.py is now also dealing with ip addresses
This commit is contained in:
2021-03-24 16:10:46 +01:00
parent cd2cbf245d
commit 53af769c3f
6 changed files with 154 additions and 9 deletions

View File

@ -1,2 +1,3 @@
echo "Welcome to $HOSTNAME $(hostname -I) $(cat /sys/class/net/enp1s0/address)"
echo "Welcome to $HOSTNAME $(hostname -I)"
echo "$(cat /sys/class/net/enp1s0/address)"
export EDITOR=nano