fix: pup not found on apt official repo

This commit is contained in:
baiiylu
2025-04-13 05:46:13 +08:00
committed by zsbai
parent ba27edf207
commit dd8dacbff7

View File

@@ -46,7 +46,11 @@ install_depends() {
print_separator
sudo apt update
sudo apt install -y p7zip-full p7zip-rar libdigest-sha-perl wget curl git gh dmg2img pup
sudo apt install -y p7zip-full p7zip-rar libdigest-sha-perl wget curl git gh dmg2img
curl -LO https://github.com/ericchiang/pup/releases/download/v0.4.0/pup_v0.4.0_linux_amd64.zip
unzip pup_v0.4.0_linux_amd64.zip
sudo mv pup /usr/local/bin/
}
# 下载 WeChat DMG