-
Notifications
You must be signed in to change notification settings - Fork 3
Fix bashisms, download using HTTPS #5
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
base: master
Are you sure you want to change the base?
Conversation
I git cloned the remove-bashisms branch and ran the script again. It downloads a file successfully but then I get this: patching file sc3u-2.0a-x86.run |
Ok, seems Deb-based systems got bit more picky about bashisms, for some reasom (in any case the fault is mine for using them). I could reproduce the issue on Debian 11, Debian 12, Ubuntu 24.04 containers, but not on openSUSE Leap 15.6 containers. With that, I was able to fix issues on Deb-based systems, and I am able to get the point were the patch asks me questions, in all those four OS:
The If you pull the latest changes from the branch |
It got further but still one more error:
Thanks for the help btw. I appreciate it. |
@greyscale42 that error already comes from the patch from Loki itself. Are you 100% sure the game is already installed at that path I can reproduce your problem inside a Debian 12 container where the game is not installed at the directory I provide (
Can you provide the output of |
The sc3u directory isn't there I'm afraid. Here is the output of the command you asked for. total 72 |
Doesn't seem like the installation of Sim City 3000 Unlimited is at So either your Sim City 3000 Unlimited is broken, and you need to reinstall, or most likely Check In fact my script looks for the game at |
Fixes #4
/bin/sh
@greyscale42, I don't have Sim City 3000 installed or available right now, so I could test downloading the patch and patching the path, but not the rest.
Would you mind giving this a try? You just need to use the branch
remove-bashisms
instead ofmaster