We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3697435 commit db8c792Copy full SHA for db8c792
1 file changed
config/boards/ayn-odin2.csc
@@ -56,7 +56,7 @@ function pre_customize_image__ayn-odin2_alsa_ucm_conf() {
56
(
57
58
cd "${SDCARD}/usr/share/alsa" || exit 6
59
- curl -L -o temp.zip "https://github.com/AYNTechnologies/alsa-ucm-conf/archive/refs/heads/ayn/v1.2.13.zip"
+ curl -L -o temp.zip "${GITHUB_SOURCE}/AYNTechnologies/alsa-ucm-conf/archive/refs/heads/ayn/v1.2.13.zip"
60
unzip -o temp.zip
61
unzip_dir=$(unzip -Z1 temp.zip | head -n1 | cut -d/ -f1)
62
cp -rf "${unzip_dir}/"* .
0 commit comments