utility-get-lan-ip/README.md
2024-01-03 10:23:19 +01:00

13 lines
459 B
Markdown

# utility-get-lan-ip
Intended use case is anywhere you need an unambigious reference to your current LAN IPv4 whether this is another script or just to make sure.
Copy the `check-lan.sh` file to your `~/.local/bin` folder, make sure it is executable
mkdir -p ~/.local/bin
chmod +x ~/.local/bin/check-lan
Be aware that the ttf_icons() may not display correct.
The font used is the package `ttf-font-icons` available in the Manjaro Linux repo.