Update README.md

This commit is contained in:
root 2024-01-03 10:23:19 +01:00
parent e9905d6d39
commit cb19acebca

View file

@ -2,13 +2,12 @@
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. 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.
Add a file to your `~/.local/bin` folder, name it `check-network`, make it executable Copy the `check-lan.sh` file to your `~/.local/bin` folder, make sure it is executable
mkdir -p ~/.local/bin mkdir -p ~/.local/bin
touch ~/.local/bin/check-lan
chmod +x ~/.local/bin/check-lan chmod +x ~/.local/bin/check-lan
Edit the file and paste below content - be aware that the ttf_icons() does not display correct. Be aware that the ttf_icons() may not display correct.
The font used is the package `ttf-font-icons` available in the repo. The font used is the package `ttf-font-icons` available in the Manjaro Linux repo.