[ proxy ] - clash config update

This commit is contained in:
zeaslity
2024-10-22 17:19:31 +08:00
parent 0db5616a0c
commit a1ce13fa13
5 changed files with 39 additions and 5 deletions

View File

@@ -352,7 +352,7 @@ install_docker() {
if [[ $linux_release_version == "centos" ]]; then
## 安装docker的依赖
log "正在安装安装docker的依赖"
install_demand_softwares yum-utils device-mapper-persistent-data lvm2 || return $?
install_demand_softwares yum-utils device-mapper-persistent-data lvm2
colorEchoGreen "----------docker的依赖安装完成----------"
SplitGreen
@@ -990,7 +990,7 @@ get_octopus_agent_latest_version(){
FunctionStart "查询 Octopus Agent 最新的版本!"
octopus_latest_version=$(curl -s -timeout=5 "${agent_version_url}")
if [[ $octopus_latest_version -eq "123" ]]; then
if [ "$octopus_latest_version" == "123" ]; then
echo "find_octopus_latest_version error ! "
return 233
else

View File

@@ -11,7 +11,7 @@ SayHello -Name "Test PowerShell"
function SetMinioAlias
{
mc.exe alias set local http://10.250.0.100:9000 cmii B#923fC7mk
# mc.exe alias set local http://10.250.0.100:9000 cmii B#923fC7mk
mc.exe alias set tc-sh http://42.192.52.227:9000 cmii B#923fC7mk
mc.exe alias set seoul-1 https://cnk8d6fazu16.compat.objectstorage.ap-seoul-1.oraclecloud.com aed62d24d85e2da809ce02bf272420ba4ed74820 rQdEcn69K049+JkA1IGoQmC1k8zma8zfWvZvVS0h144=
}
@@ -32,7 +32,7 @@ foreach ($file in $files)
{
Write-Output $currentDirectory\$file
Write-Host ""
mc.exe cp $currentDirectory\$file local/octopus/
# mc.exe cp $currentDirectory\$file local/octopus/
mc.exe cp $currentDirectory\$file tc-sh/octopus/
mc.exe cp $currentDirectory\$file seoul-1/seoul/
Write-Host ""