mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
update readme and configurations
This commit is contained in:
parent
8ad242da29
commit
59852778d0
2 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue