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 9b9894e commit 6773c4bCopy full SHA for 6773c4b
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
[ "$ARCH" = 'unknown' ] || {
42
MIHOMO_VER=$(wget -q -O - 'https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/version.txt')
43
# e.g. alpha-3e966e8
44
- MIHOMO_URL='https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/mihomo-linux-'$ARCH'-'$MIHOMO_VER'.deb'
+ MIHOMO_URL='https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/mihomo-linux-'$ARCH'-v3-'$MIHOMO_VER'.deb'
45
# e.g. https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/mihomo-linux-amd64-alpha-3e966e8.deb
46
wget -q -O ./mihomo.deb "$MIHOMO_URL"
47
sudo apt-get install ./mihomo.deb
0 commit comments