-
Notifications
You must be signed in to change notification settings - Fork 61
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
downlewd #35
downlewd #35
Conversation
Might have a problem here... Is 1.5.2 have different userspace offset calls than 1.5.3+ right? That's why i use the local 1.5.4 susfs binaries if download fail or reinstall on no internet connection on 1.5.3+ |
didnt really know which binary you shipped. you can rename the function ofc. -- basically this PR just adresses potential failures #1. lack of curl on $PATH, so theres a wget fallback |
Well everything is fine except the else statement on 1.5.3+, it should put back the |
oh, theres no need for this as I am saving the file on ${MODPATH}/ksu_susfs_remote Line 56 in 97511ee
and then it does a check, and will use that Line 61 in 97511ee
though yeah I might be missing something, go check |
Well that code snippet requires an internet right? |
97511ee
to
b1fe82c
Compare
ah yeah, got it, I only noticed it now that theres a "latest" folder |
Nice |
No description provided.