Skip to content
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

Linux main #10

Draft
wants to merge 103 commits into
base: main
Choose a base branch
from
Draft

Conversation

KCkingcollin
Copy link

stable build of linux auto compiling scripts

KCkingcollin and others added 30 commits November 26, 2021 02:29
supper simple script to compile and run the ussedp app in linux
a supper simple script for downloading and compiling ussedp on linux
mmm ReadMe baby...
I Fucked it up massively so here is the fix
I Fucked it up massively so here is the fix
I'm not really sure if `-d` and `-f` needs it, but i've been told it does
just added the google drive link wasn't easy but its fast and reliable tested the command in bash but haven't tested the script yet going to a quick review and do a test
just added the google drive link wasn't easy but its fast and reliable tested the command in bash but haven't tested the script yet going to a quick review and do a test
not tested yet but should work the same as the other one
missed some code in line 9
@KCkingcollin
Copy link
Author

KCkingcollin commented Dec 4, 2021

will be fixing the arch problem in linux-main #6 soon i just wanted to help out the people who use doas first and also make it just a bit more convenient

@KCkingcollin
Copy link
Author

KCkingcollin commented Dec 4, 2021

hey @CrezyDud if your still keeping up with my fork id greatly appreciate it if you could test the doas support of the new release
im not very familiar with doas so i could only really make assumptions based off of what you have said and what google has said about it...

@KCkingcollin KCkingcollin marked this pull request as ready for review December 5, 2021 21:57
@KCkingcollin
Copy link
Author

arch based distros confirmed to be working doing the last bit of testing on kubuntu and that should wrap this project up...

Ubuntu needed the specific "6.0" package so i fixed it
ok now its fixed... I hope... also removed apk seeing as no one uses that anymore...
@KCkingcollin
Copy link
Author

Ubuntu based distros confirmed working! this should mean most if not all debian based distros should work with this script

onto fedora....

did some adjusting for fedora
idk why but fedora dose not have the 6.0 sdk in the repos yet?...
i think the scrip will work with 5.0 so i changed the dependency
nope nevermined
added a quick version check for dotnet after finding out that 5.0 dose not work with the script
had a problem with wget in fedora
forgot to `sudo` something and put an `rm` in the wrong place
lol forgot to chmod the script
didnt need sudo for dotnet script
that should fix things up for fedora
almost forgot about removing the old dotnet executable
@KCkingcollin KCkingcollin marked this pull request as draft December 6, 2021 03:29
@KCkingcollin
Copy link
Author

KCkingcollin commented Dec 6, 2021

fedora support not currently ready idk why but fedora 7z does not work as expected and i need to probably "detect" fedora and do some special stuff in the script

@monyarm
Copy link

monyarm commented Dec 18, 2021

Many Gentoo users use doas instead of sudo, and doas doesn't have a -A argument, in fact it doesn't have askpass.

@KCkingcollin
Copy link
Author

KCkingcollin commented Dec 30, 2021

Many Gentoo users use doas instead of sudo, and doas doesn't have a -A argument, in fact it doesn't have askpass.

I'm aware of this fact which is why there should be a failsafe in place. simply run the gui script in a terminal like normal and you should get a normal password prompt from doas in the event that askpass fails to return a correct password, but i have not been able to test this yet as i currently do not use doas nor do i have a vm setup with a distro that comes with it...

fixed "FullPatcher" option not working right and updated the patch files
updated for patch files version 1.5.3
@KCkingcollin
Copy link
Author

lol sorry any one who wanted to use the "FullPatcher" option till now, i just found out when updating the scripts patch files to 1.5.3 that i forgot to add an important variable to getting the option system to work up until now the script has been only doing the "best of both worlds" option regardless of the users input sorry about that i thought for sure i replaced all the old code with the new $choice variable but i missed the most important part in line #39 of the linux-auto-compile-script.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants