Skip to content

Commit

Permalink
Update PKG_Version_Output.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smdx authored Sep 28, 2024
1 parent 4dcfe0c commit 22b2633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/PKG_Version_Output.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [[ $REPO_URL == *"lede"* ]]; then
echo "Openwrt Lean-x86" >> release.txt
echo "管理地址:10.0.0.1" >> release.txt
echo "默认密码:空" >> release.txt
#echo "插件清单:AdGuard Home、MosDNS、SmartDNS、Passwall、Passwall2、OpenClash、Store、Vlmcsd、Qos-Sqm、Wol、natmap、udpxy、UPnP" >> release.txt
echo "插件清单:AdGuard Home、MosDNS、SmartDNS、Passwall、Passwall2、OpenClash、Store、Vlmcsd、Qos-Sqm、Wol、natmap、udpxy、UPnP" >> release.txt
echo "---------------------------------------------" >> release.txt
echo "Adguardhome Version: $adguardhome" >> release.txt
echo "MosDNS Version: $mosdns" >> release.txt
Expand All @@ -28,4 +28,4 @@ elif [[ $REPO_URL == *"immortalwrt"* ]]; then
echo "Passwall Version: $passwall_version" >> release.txt
echo "Passwall2 Version: $passwall2_version" >> release.txt
echo "Store Version: $store" >> release.txt
fi
fi

0 comments on commit 22b2633

Please sign in to comment.