Commit Graph

6 Commits

Author SHA1 Message Date
paase 552c170959 Replaced cp with symbolic link (ln -s) for better maintainability
Instead of copying the script file manually to ~/.local/bin using 'cp',
we now recommend creating a symbolic link with 'ln -s'.

This makes updates easier, as any changes pulled from the Git repository
are immediately reflected in the linked binary without needing to copy
the file again. It’s also safer in the long term, as users won’t
accidentally run outdated versions from ~/.local/bin.
2025-04-19 15:28:53 +02:00
paase ac24ecfe42 chkip.py aktualisiert
add IPv64 NS
2025-04-19 14:57:07 +02:00
paase 31d7ceff3b README.md aktualisiert
add IP output
2025-04-19 14:52:03 +02:00
paase 665fe41d89 add INSTALL.md 2025-04-19 14:50:40 +02:00
paase a518c4b067 add README.md 2025-04-19 14:31:12 +02:00
paase 4e3b90e45d inital upload 2025-04-19 14:30:37 +02:00