This commit is contained in:
Luk
2025-03-15 11:50:34 +08:00
parent 99fe67201e
commit 673a685f04
6 changed files with 62 additions and 75 deletions

View File

@@ -1,7 +1,7 @@
echo "::*** Install formulaes and casks, enter [y] for Yes, [anything else] for No:"
echo
formulaeList=(cloudflared jq openssl pandoc rclone readline speedtest-cli hudochenkov/sshpass/sshpass v2ray v2raya/v2raya/v2raya yt-dlp)
formulaeList=(aichat cloudflared jq openssl pandoc rclone readline speedtest-cli hudochenkov/sshpass/sshpass v2ray v2raya/v2raya/v2raya yt-dlp)
for APP in "${formulaeList[@]}"
do
echo "--- brew install $APP"