anduin revised this gist 1 month ago. Go to revision
1 file changed, 4 insertions, 4 deletions
autodown.sh
| @@ -11,11 +11,11 @@ langs=( | |||
| 11 | 11 | ||
| 12 | 12 | # 遍历每种语言构造 .torrent 文件名并下载 | |
| 13 | 13 | for lang in "${langs[@]}"; do | |
| 14 | - | file="AnduinOS-1.3.5-${lang}.torrent" | |
| 14 | + | file="AnduinOS-1.3.6-${lang}.torrent" | |
| 15 | 15 | echo "Downloading $file ..." | |
| 16 | 16 | wget -c "${BASE_URL}/${file}" | |
| 17 | 17 | ||
| 18 | - | sha256="AnduinOS-1.3.5-${lang}.sha256" | |
| 18 | + | sha256="AnduinOS-1.3.6-${lang}.sha256" | |
| 19 | 19 | echo "Downloading $sha256 ..." | |
| 20 | 20 | wget -c "${BASE_URL}/${sha256}" | |
| 21 | 21 | done | |
| @@ -30,11 +30,11 @@ langs=( | |||
| 30 | 30 | ||
| 31 | 31 | # 遍历每种语言构造 .torrent 文件名并下载 | |
| 32 | 32 | for lang in "${langs[@]}"; do | |
| 33 | - | file="AnduinOS-1.1.8-${lang}.torrent" | |
| 33 | + | file="AnduinOS-1.1.9-${lang}.torrent" | |
| 34 | 34 | echo "Downloading $file ..." | |
| 35 | 35 | wget -c "${BASE_URL}/${file}" | |
| 36 | 36 | ||
| 37 | - | sha256="AnduinOS-1.1.8-${lang}.sha256" | |
| 37 | + | sha256="AnduinOS-1.1.9-${lang}.sha256" | |
| 38 | 38 | echo "Downloading $sha256 ..." | |
| 39 | 39 | wget -c "${BASE_URL}/${sha256}" | |
| 40 | 40 | done | |
anduin revised this gist 2 months ago. Go to revision
1 file changed, 23 insertions, 3 deletions
autodown.sh
| @@ -6,16 +6,36 @@ BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.3" | |||
| 6 | 6 | # 定义所有语言的后缀 | |
| 7 | 7 | langs=( | |
| 8 | 8 | ar_SA de_DE en_US en_GB es_ES fr_FR it_IT ja_JP ko_KR nl_NL pl_PL | |
| 9 | - | pt_BR pt_PT ru_RU sv_SE th_TH tr_TR vi_VN zh_CN zh_HK zh_TW ro_RO | |
| 9 | + | pt_BR pt_PT ru_RU sv_SE th_TH tr_TR vi_VN zh_CN zh_HK zh_TW | |
| 10 | 10 | ) | |
| 11 | 11 | ||
| 12 | 12 | # 遍历每种语言构造 .torrent 文件名并下载 | |
| 13 | 13 | for lang in "${langs[@]}"; do | |
| 14 | - | file="AnduinOS-1.3.4-${lang}.torrent" | |
| 14 | + | file="AnduinOS-1.3.5-${lang}.torrent" | |
| 15 | 15 | echo "Downloading $file ..." | |
| 16 | 16 | wget -c "${BASE_URL}/${file}" | |
| 17 | 17 | ||
| 18 | - | sha256="AnduinOS-1.3.4-${lang}.sha256" | |
| 18 | + | sha256="AnduinOS-1.3.5-${lang}.sha256" | |
| 19 | 19 | echo "Downloading $sha256 ..." | |
| 20 | 20 | wget -c "${BASE_URL}/${sha256}" | |
| 21 | 21 | done | |
| 22 | + | ||
| 23 | + | BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.1" | |
| 24 | + | ||
| 25 | + | # 定义所有语言的后缀 | |
| 26 | + | langs=( | |
| 27 | + | ar_SA de_DE en_US en_GB es_ES fr_FR it_IT ja_JP ko_KR nl_NL pl_PL | |
| 28 | + | pt_BR pt_PT ru_RU sv_SE th_TH tr_TR vi_VN zh_CN zh_HK zh_TW | |
| 29 | + | ) | |
| 30 | + | ||
| 31 | + | # 遍历每种语言构造 .torrent 文件名并下载 | |
| 32 | + | for lang in "${langs[@]}"; do | |
| 33 | + | file="AnduinOS-1.1.8-${lang}.torrent" | |
| 34 | + | echo "Downloading $file ..." | |
| 35 | + | wget -c "${BASE_URL}/${file}" | |
| 36 | + | ||
| 37 | + | sha256="AnduinOS-1.1.8-${lang}.sha256" | |
| 38 | + | echo "Downloading $sha256 ..." | |
| 39 | + | wget -c "${BASE_URL}/${sha256}" | |
| 40 | + | done | |
| 41 | + | ||
anduin revised this gist 3 months ago. Go to revision
1 file changed, 1 insertion, 1 deletion
autodown.sh
| @@ -6,7 +6,7 @@ BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.3" | |||
| 6 | 6 | # 定义所有语言的后缀 | |
| 7 | 7 | langs=( | |
| 8 | 8 | ar_SA de_DE en_US en_GB es_ES fr_FR it_IT ja_JP ko_KR nl_NL pl_PL | |
| 9 | - | pt_BR pt_PT ru_RU sv_SE th_TH tr_TR vi_VN zh_CN zh_HK zh_TW | |
| 9 | + | pt_BR pt_PT ru_RU sv_SE th_TH tr_TR vi_VN zh_CN zh_HK zh_TW ro_RO | |
| 10 | 10 | ) | |
| 11 | 11 | ||
| 12 | 12 | # 遍历每种语言构造 .torrent 文件名并下载 | |
anduin revised this gist 3 months ago. Go to revision
1 file changed, 2 insertions, 41 deletions
autodown.sh
| @@ -1,45 +1,6 @@ | |||
| 1 | 1 | #!/usr/bin/env bash | |
| 2 | 2 | set -euo pipefail | |
| 3 | 3 | ||
| 4 | - | BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.1" | |
| 5 | - | ||
| 6 | - | # 定义所有语言的后缀 | |
| 7 | - | langs=( | |
| 8 | - | ar_SA de_DE en_US en_GB es_ES fr_FR it_IT ja_JP ko_KR nl_NL pl_PL | |
| 9 | - | pt_BR pt_PT ru_RU sv_SE th_TH tr_TR vi_VN zh_CN zh_HK zh_TW | |
| 10 | - | ) | |
| 11 | - | ||
| 12 | - | # 遍历每种语言构造 .torrent 文件名并下载 | |
| 13 | - | for lang in "${langs[@]}"; do | |
| 14 | - | file="AnduinOS-1.1.6-${lang}.torrent" | |
| 15 | - | echo "Downloading $file ..." | |
| 16 | - | wget -c "${BASE_URL}/${file}" | |
| 17 | - | ||
| 18 | - | sha256="AnduinOS-1.1.6-${lang}.sha256" | |
| 19 | - | echo "Downloading $sha256 ..." | |
| 20 | - | wget -c "${BASE_URL}/${sha256}" | |
| 21 | - | done | |
| 22 | - | ||
| 23 | - | ||
| 24 | - | BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.2" | |
| 25 | - | ||
| 26 | - | # 定义所有语言的后缀 | |
| 27 | - | langs=( | |
| 28 | - | ar_SA de_DE en_US en_GB es_ES fr_FR it_IT ja_JP ko_KR nl_NL pl_PL | |
| 29 | - | pt_BR pt_PT ru_RU sv_SE th_TH tr_TR vi_VN zh_CN zh_HK zh_TW | |
| 30 | - | ) | |
| 31 | - | ||
| 32 | - | # 遍历每种语言构造 .torrent 文件名并下载 | |
| 33 | - | for lang in "${langs[@]}"; do | |
| 34 | - | file="AnduinOS-1.2.6-${lang}.torrent" | |
| 35 | - | echo "Downloading $file ..." | |
| 36 | - | wget -c "${BASE_URL}/${file}" | |
| 37 | - | ||
| 38 | - | sha256="AnduinOS-1.2.6-${lang}.sha256" | |
| 39 | - | echo "Downloading $sha256 ..." | |
| 40 | - | wget -c "${BASE_URL}/${sha256}" | |
| 41 | - | done | |
| 42 | - | ||
| 43 | 4 | BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.3" | |
| 44 | 5 | ||
| 45 | 6 | # 定义所有语言的后缀 | |
| @@ -50,11 +11,11 @@ langs=( | |||
| 50 | 11 | ||
| 51 | 12 | # 遍历每种语言构造 .torrent 文件名并下载 | |
| 52 | 13 | for lang in "${langs[@]}"; do | |
| 53 | - | file="AnduinOS-1.3.3-${lang}.torrent" | |
| 14 | + | file="AnduinOS-1.3.4-${lang}.torrent" | |
| 54 | 15 | echo "Downloading $file ..." | |
| 55 | 16 | wget -c "${BASE_URL}/${file}" | |
| 56 | 17 | ||
| 57 | - | sha256="AnduinOS-1.3.3-${lang}.sha256" | |
| 18 | + | sha256="AnduinOS-1.3.4-${lang}.sha256" | |
| 58 | 19 | echo "Downloading $sha256 ..." | |
| 59 | 20 | wget -c "${BASE_URL}/${sha256}" | |
| 60 | 21 | done | |
anduin revised this gist 4 months ago. Go to revision
1 file changed, 42 insertions, 3 deletions
autodown.sh
| @@ -1,6 +1,45 @@ | |||
| 1 | 1 | #!/usr/bin/env bash | |
| 2 | 2 | set -euo pipefail | |
| 3 | 3 | ||
| 4 | + | BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.1" | |
| 5 | + | ||
| 6 | + | # 定义所有语言的后缀 | |
| 7 | + | langs=( | |
| 8 | + | ar_SA de_DE en_US en_GB es_ES fr_FR it_IT ja_JP ko_KR nl_NL pl_PL | |
| 9 | + | pt_BR pt_PT ru_RU sv_SE th_TH tr_TR vi_VN zh_CN zh_HK zh_TW | |
| 10 | + | ) | |
| 11 | + | ||
| 12 | + | # 遍历每种语言构造 .torrent 文件名并下载 | |
| 13 | + | for lang in "${langs[@]}"; do | |
| 14 | + | file="AnduinOS-1.1.6-${lang}.torrent" | |
| 15 | + | echo "Downloading $file ..." | |
| 16 | + | wget -c "${BASE_URL}/${file}" | |
| 17 | + | ||
| 18 | + | sha256="AnduinOS-1.1.6-${lang}.sha256" | |
| 19 | + | echo "Downloading $sha256 ..." | |
| 20 | + | wget -c "${BASE_URL}/${sha256}" | |
| 21 | + | done | |
| 22 | + | ||
| 23 | + | ||
| 24 | + | BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.2" | |
| 25 | + | ||
| 26 | + | # 定义所有语言的后缀 | |
| 27 | + | langs=( | |
| 28 | + | ar_SA de_DE en_US en_GB es_ES fr_FR it_IT ja_JP ko_KR nl_NL pl_PL | |
| 29 | + | pt_BR pt_PT ru_RU sv_SE th_TH tr_TR vi_VN zh_CN zh_HK zh_TW | |
| 30 | + | ) | |
| 31 | + | ||
| 32 | + | # 遍历每种语言构造 .torrent 文件名并下载 | |
| 33 | + | for lang in "${langs[@]}"; do | |
| 34 | + | file="AnduinOS-1.2.6-${lang}.torrent" | |
| 35 | + | echo "Downloading $file ..." | |
| 36 | + | wget -c "${BASE_URL}/${file}" | |
| 37 | + | ||
| 38 | + | sha256="AnduinOS-1.2.6-${lang}.sha256" | |
| 39 | + | echo "Downloading $sha256 ..." | |
| 40 | + | wget -c "${BASE_URL}/${sha256}" | |
| 41 | + | done | |
| 42 | + | ||
| 4 | 43 | BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.3" | |
| 5 | 44 | ||
| 6 | 45 | # 定义所有语言的后缀 | |
| @@ -11,11 +50,11 @@ langs=( | |||
| 11 | 50 | ||
| 12 | 51 | # 遍历每种语言构造 .torrent 文件名并下载 | |
| 13 | 52 | for lang in "${langs[@]}"; do | |
| 14 | - | file="AnduinOS-1.3.1-${lang}.torrent" | |
| 53 | + | file="AnduinOS-1.3.3-${lang}.torrent" | |
| 15 | 54 | echo "Downloading $file ..." | |
| 16 | 55 | wget -c "${BASE_URL}/${file}" | |
| 17 | 56 | ||
| 18 | - | sha256="AnduinOS-1.3.1-${lang}.sha256" | |
| 57 | + | sha256="AnduinOS-1.3.3-${lang}.sha256" | |
| 19 | 58 | echo "Downloading $sha256 ..." | |
| 20 | 59 | wget -c "${BASE_URL}/${sha256}" | |
| 21 | - | done | |
| 60 | + | done | |
anduin revised this gist 5 months ago. Go to revision
1 file changed, 3 insertions, 3 deletions
autodown.sh
| @@ -1,7 +1,7 @@ | |||
| 1 | 1 | #!/usr/bin/env bash | |
| 2 | 2 | set -euo pipefail | |
| 3 | 3 | ||
| 4 | - | BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.2" | |
| 4 | + | BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.3" | |
| 5 | 5 | ||
| 6 | 6 | # 定义所有语言的后缀 | |
| 7 | 7 | langs=( | |
| @@ -11,11 +11,11 @@ langs=( | |||
| 11 | 11 | ||
| 12 | 12 | # 遍历每种语言构造 .torrent 文件名并下载 | |
| 13 | 13 | for lang in "${langs[@]}"; do | |
| 14 | - | file="AnduinOS-1.2.4-${lang}.torrent" | |
| 14 | + | file="AnduinOS-1.3.1-${lang}.torrent" | |
| 15 | 15 | echo "Downloading $file ..." | |
| 16 | 16 | wget -c "${BASE_URL}/${file}" | |
| 17 | 17 | ||
| 18 | - | sha256="AnduinOS-1.2.4-${lang}.sha256" | |
| 18 | + | sha256="AnduinOS-1.3.1-${lang}.sha256" | |
| 19 | 19 | echo "Downloading $sha256 ..." | |
| 20 | 20 | wget -c "${BASE_URL}/${sha256}" | |
| 21 | 21 | done | |
anduin revised this gist 5 months ago. Go to revision
1 file changed, 17 deletions
autoseed.sh
| @@ -14,23 +14,6 @@ if ! command -v tmux &> /dev/null; then | |||
| 14 | 14 | sudo apt-get update && sudo apt-get install -y tmux | |
| 15 | 15 | fi | |
| 16 | 16 | ||
| 17 | - | ||
| 18 | - | BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.2" | |
| 19 | - | ||
| 20 | - | # 定义所有语言的后缀 | |
| 21 | - | langs=( | |
| 22 | - | ar_SA de_DE en_US en_GB es_ES fr_FR it_IT ja_JP ko_KR nl_NL pl_PL | |
| 23 | - | pt_BR pt_PT ru_RU sv_SE th_TH tr_TR vi_VN zh_CN zh_HK zh_TW | |
| 24 | - | ) | |
| 25 | - | ||
| 26 | - | # 遍历每种语言构造 .torrent 文件名并下载 | |
| 27 | - | for lang in "${langs[@]}"; do | |
| 28 | - | file="AnduinOS-1.2.4-${lang}.torrent" | |
| 29 | - | echo "Downloading $file ..." | |
| 30 | - | wget -c "${BASE_URL}/${file}" | |
| 31 | - | done | |
| 32 | - | ||
| 33 | - | ||
| 34 | 17 | # (可选)如果你没有 ufw,也可以忽略此依赖检查 | |
| 35 | 18 | if command -v ufw &> /dev/null; then | |
| 36 | 19 | echo "[INFO] ufw detected." | |
anduin revised this gist 5 months ago. Go to revision
1 file changed, 3 insertions, 3 deletions
autoseed.sh
| @@ -12,14 +12,14 @@ fi | |||
| 12 | 12 | if ! command -v tmux &> /dev/null; then | |
| 13 | 13 | echo "[INFO] Installing tmux..." | |
| 14 | 14 | sudo apt-get update && sudo apt-get install -y tmux | |
| 15 | - | fi#!/usr/bin/env bash | |
| 16 | - | set -euo pipefail | |
| 15 | + | fi | |
| 16 | + | ||
| 17 | 17 | ||
| 18 | 18 | BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.2" | |
| 19 | 19 | ||
| 20 | 20 | # 定义所有语言的后缀 | |
| 21 | 21 | langs=( | |
| 22 | - | ar_SA de_DE en_US es_ES fr_FR it_IT ja_JP ko_KR nl_NL pl_PL | |
| 22 | + | ar_SA de_DE en_US en_GB es_ES fr_FR it_IT ja_JP ko_KR nl_NL pl_PL | |
| 23 | 23 | pt_BR pt_PT ru_RU sv_SE th_TH tr_TR vi_VN zh_CN zh_HK zh_TW | |
| 24 | 24 | ) | |
| 25 | 25 | ||
anduin revised this gist 5 months ago. Go to revision
1 file changed, 1 insertion, 1 deletion
autodown.sh
| @@ -5,7 +5,7 @@ BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.2" | |||
| 5 | 5 | ||
| 6 | 6 | # 定义所有语言的后缀 | |
| 7 | 7 | langs=( | |
| 8 | - | ar_SA de_DE en_US es_ES fr_FR it_IT ja_JP ko_KR nl_NL pl_PL | |
| 8 | + | ar_SA de_DE en_US en_GB es_ES fr_FR it_IT ja_JP ko_KR nl_NL pl_PL | |
| 9 | 9 | pt_BR pt_PT ru_RU sv_SE th_TH tr_TR vi_VN zh_CN zh_HK zh_TW | |
| 10 | 10 | ) | |
| 11 | 11 | ||
anduin revised this gist 5 months ago. Go to revision
2 files changed, 23 insertions, 2 deletions
autodown.sh
| @@ -14,4 +14,8 @@ for lang in "${langs[@]}"; do | |||
| 14 | 14 | file="AnduinOS-1.2.4-${lang}.torrent" | |
| 15 | 15 | echo "Downloading $file ..." | |
| 16 | 16 | wget -c "${BASE_URL}/${file}" | |
| 17 | - | done | |
| 17 | + | ||
| 18 | + | sha256="AnduinOS-1.2.4-${lang}.sha256" | |
| 19 | + | echo "Downloading $sha256 ..." | |
| 20 | + | wget -c "${BASE_URL}/${sha256}" | |
| 21 | + | done | |
autoseed.sh
| @@ -12,7 +12,24 @@ fi | |||
| 12 | 12 | if ! command -v tmux &> /dev/null; then | |
| 13 | 13 | echo "[INFO] Installing tmux..." | |
| 14 | 14 | sudo apt-get update && sudo apt-get install -y tmux | |
| 15 | - | fi | |
| 15 | + | fi#!/usr/bin/env bash | |
| 16 | + | set -euo pipefail | |
| 17 | + | ||
| 18 | + | BASE_URL="https://anduinos-nightly-builds.aiursoft.cn/1.2" | |
| 19 | + | ||
| 20 | + | # 定义所有语言的后缀 | |
| 21 | + | langs=( | |
| 22 | + | ar_SA de_DE en_US es_ES fr_FR it_IT ja_JP ko_KR nl_NL pl_PL | |
| 23 | + | pt_BR pt_PT ru_RU sv_SE th_TH tr_TR vi_VN zh_CN zh_HK zh_TW | |
| 24 | + | ) | |
| 25 | + | ||
| 26 | + | # 遍历每种语言构造 .torrent 文件名并下载 | |
| 27 | + | for lang in "${langs[@]}"; do | |
| 28 | + | file="AnduinOS-1.2.4-${lang}.torrent" | |
| 29 | + | echo "Downloading $file ..." | |
| 30 | + | wget -c "${BASE_URL}/${file}" | |
| 31 | + | done | |
| 32 | + | ||
| 16 | 33 | ||
| 17 | 34 | # (可选)如果你没有 ufw,也可以忽略此依赖检查 | |
| 18 | 35 | if command -v ufw &> /dev/null; then | |