-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
unzip: can't Set permissions of Directory #591
Comments
Looks like you are downloading it into the shared internal storage. Android doesn't allow certain properties for files there for security reasons so unzip and many other programs output warnings/information like that when operating in shared storage. If you would download into $HOME instead then that message isn't shown. |
@Grimler91 Let me Try & Update |
@Grimler91 Perfect its working so we can view this kind of warnings/errors while installing the files Directly via wget, git, cURL on Device Storage & SDcard right? |
Yes, you get that warning/message in device storage/sdcard. Try for example:
|
How to fix this error?
while downloading a zip file from wget Method (bash script)
it will display the error Message while it unzipping the files/folders
PS: File unzipped successfully But I got this error while unzipping
The text was updated successfully, but these errors were encountered: