Support new wget-at location

pull/10/head
km09 3 years ago committed by GitHub
parent ac59cfa3ed
commit 3d8f85a08a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,10 @@ if StrictVersion(seesaw.__version__) < StrictVersion('0.8.5'):
WGET_AT = find_executable(
'Wget+AT',
['GNU Wget 1.20.3-at.20201030.01'],
['./wget-at']
[
'./wget-at',
'/home/warrior/data/wget-at'
]
)
if not WGET_AT:

Loading…
Cancel
Save