-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wget "Can't timestamp and not clobber old files at the same time." #20
Comments
I just used it to install a kernel on Xenial, it worked no problem i used the
this is to prevent wasting time downloading a file that is already present
|
Do you have some kind of custom default settings for wget? maybe an alias to replace it and use another options (cause you are too lazy to type the option every time) |
This is some of what you're looking for I think:
And now that you mention, I forgot that I did set a wget alias:
The man page didn't say there were any conflicts with I'll try ditching the alias and see what happens. |
You could just remove the |
The problem was my
|
OK, I was wrong. I changed my
New
So I changed Output with
The unmodified script runs just fine in the Xenial live environment with
When I version check on Xenial, I get:
Hope this helps! |
Script is having an issue with
wget
evidently on Ubuntu Wily, though I can't imagine why since this script has been running fine for years and I usewget
frequently and haven't noticed any changes:Do you have any insights? If I manually download the Ubuntu Mainline .deb's I can still say "no" when it asks if I want to delete and it installs fine, likewise with the
dpkg
line above..The text was updated successfully, but these errors were encountered: