mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-01-14 10:10:53 +00:00
update readme and configurations
This commit is contained in:
parent
8ad242da29
commit
59852778d0
@ -37,6 +37,8 @@ Compare the two files for updates (assuming they are sorted alphabetically; file
|
|||||||
comm -13 old_ver.txt new_ver.txt
|
comm -13 old_ver.txt new_ver.txt
|
||||||
# or say that in English:
|
# or say that in English:
|
||||||
comm -13 old_ver.txt new_ver.txt | sed 's/:/ has updated to version/;s/$/./'
|
comm -13 old_ver.txt new_ver.txt | sed 's/:/ has updated to version/;s/$/./'
|
||||||
|
# show both old and new versions
|
||||||
|
join old_ver.txt new_ver.txt | awk '$2 != $3'
|
||||||
|
|
||||||
Configuration Files
|
Configuration Files
|
||||||
===================
|
===================
|
||||||
|
@ -131,6 +131,9 @@ aur
|
|||||||
[python2-netlib-git]
|
[python2-netlib-git]
|
||||||
aur
|
aur
|
||||||
|
|
||||||
|
[python3-pycurl]
|
||||||
|
aur
|
||||||
|
|
||||||
[reaver-wps-svn]
|
[reaver-wps-svn]
|
||||||
aur
|
aur
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user