mirror of
https://gitee.com/amber-ce/amber-ce-bookworm.git
synced 2025-12-14 02:52:04 +08:00
fix:Invalid-link
This commit is contained in:
@@ -196,7 +196,7 @@ gitee_api_url="https://gitee.com/api/v5/repos/amber-compatability-environment/ac
|
|||||||
resp="$(curl -s $gitee_api_url)"
|
resp="$(curl -s $gitee_api_url)"
|
||||||
VERSION_GITEE="$(jq -r '.tag_name' <<<$resp | sed "s/.*V\([^_]*\).*/\1/g")"
|
VERSION_GITEE="$(jq -r '.tag_name' <<<$resp | sed "s/.*V\([^_]*\).*/\1/g")"
|
||||||
echo "$VERSION_GITEE"
|
echo "$VERSION_GITEE"
|
||||||
bookworm-run wget https://gitee.com/amber-compatability-environment/ace-host-integration/releases/download/0.1/ace-host-integration_${VERSION_GITEE}_all.deb
|
bookworm-run wget https://gitee.com/amber-compatability-environment/ace-host-integration/releases/download/${VERSION_GITEE}/ace-host-integration_${VERSION_GITEE}_all.deb
|
||||||
bookworm-run apt install ./ace-host-integration_${VERSION_GITEE}_all.deb
|
bookworm-run apt install ./ace-host-integration_${VERSION_GITEE}_all.deb
|
||||||
bookworm-run rm ./ace-host-integration_${VERSION_GITEE}_all.deb
|
bookworm-run rm ./ace-host-integration_${VERSION_GITEE}_all.deb
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ resp="$(curl -s $gitee_api_url)"
|
|||||||
VERSION_GITEE="$(jq -r '.tag_name' <<<$resp | sed "s/.*V\([^_]*\).*/\1/g")"
|
VERSION_GITEE="$(jq -r '.tag_name' <<<$resp | sed "s/.*V\([^_]*\).*/\1/g")"
|
||||||
echo "$VERSION_GITEE"
|
echo "$VERSION_GITEE"
|
||||||
|
|
||||||
sudo wget https://gitee.com/amber-compatability-environment/ace-host-integration/releases/download/0.1/ace-host-integration_${VERSION_GITEE}_all.deb
|
sudo wget https://gitee.com/amber-compatability-environment/ace-host-integration/releases/download/${VERSION_GITEE}/ace-host-integration_${VERSION_GITEE}_all.deb
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user