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

Issue with sof-ce-dl #1

Open
sharyari opened this issue Feb 24, 2023 · 1 comment
Open

Issue with sof-ce-dl #1

sharyari opened this issue Feb 24, 2023 · 1 comment

Comments

@sharyari
Copy link

Thanks you for this, I tried many different ways of installing sof without success.

There's an issue with the sof-ce-dl repo failing to download the .exe.
In my opinion, that part could just as well be left as a manual step instead.
I found the community installer independently and put it in the ctx-folder named "sof_ce_installer.exe", and used the following change for the docker run:

diff --git a/ctx/Dockerfile b/ctx/Dockerfile
index bbf99ea..0cf0e81 100644
--- a/ctx/Dockerfile
+++ b/ctx/Dockerfile
@@ -30,14 +30,13 @@
 FROM i386/ubuntu:bionic AS builder
 #echo "deb [trusted=yes] http://ppa.launchpad.net/deadsnakes/ppa ubuntu bionic main" >> /etc/apt/sources.list
 RUN apt -y update && apt install -y git python3 python3-pip && pip3 install requests
+COPY sof_ce_installer.exe /
 # get 1.06a
 RUN \ 
 	mkdir /sof && \
 	git clone https://github.com/liflg/sof_1.06a-english_x86 && \
 	tar -xvf sof_1.06a-english_x86/data/patch-1.06a.tar -C /sof && \
-	mv sof/base/pak2.pak sof/base/pak6.pak && \
-	git clone https://github.com/d3nd3/sof-ce-dl && \
-	python3 sof-ce-dl/get.py
+	mv sof/base/pak2.pak sof/base/pak6.pak
 # -------------------------------------------------------------
 
 #extract SoF-CE
@d3nd3
Copy link
Owner

d3nd3 commented Feb 25, 2023

Hi, thanks for trying out the script. I will checkup on the ce DL script. I like your idea and will make the script not hard fail if ce-dlder fails. Let me know if you have any other good ideas.

@d3nd3 d3nd3 closed this as completed Feb 26, 2023
@d3nd3 d3nd3 reopened this Feb 28, 2023
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

No branches or pull requests

2 participants