From 51207bac76caeefd3e6a94715a52e5ea6c7f2975 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Tue, 10 May 2016 23:47:44 -0500 Subject: [PATCH] Move upgrade scripts to extras --- README-zh.md | 2 +- README.md | 2 +- vpnupgrade_Libreswan.sh => extras/vpnupgrade_Libreswan.sh | 0 .../vpnupgrade_Libreswan_centos.sh | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename vpnupgrade_Libreswan.sh => extras/vpnupgrade_Libreswan.sh (100%) rename vpnupgrade_Libreswan_centos.sh => extras/vpnupgrade_Libreswan_centos.sh (100%) diff --git a/README-zh.md b/README-zh.md index d961f31..0337b07 100644 --- a/README-zh.md +++ b/README-zh.md @@ -91,7 +91,7 @@ sudo sh vpnsetup_centos.sh ## 关于升级Libreswan -提供两个额外的脚本 vpnupgrade_Libreswan.shvpnupgrade_Libreswan_centos.sh ,可用于将已安装的 Libreswan 不定期升级至最新版本。请关注官方网站,并在运行前根据需要更新 `SWAN_VER` 变量。 +提供两个额外的脚本 vpnupgrade_Libreswan.shvpnupgrade_Libreswan_centos.sh ,可用于将已安装的 Libreswan 不定期升级至最新版本。请关注官方网站,并在运行前根据需要更新 `SWAN_VER` 变量。 ## 问题和反馈 diff --git a/README.md b/README.md index 77b5c14..5ceb977 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ The scripts will backup existing config files before making changes, with `.old- ## Upgrading Libreswan -The additional scripts vpnupgrade_Libreswan.sh and vpnupgrade_Libreswan_centos.sh can be used to periodically upgrade Libreswan to the latest version. Check the official website and update the `SWAN_VER` variable as necessary. +The additional scripts vpnupgrade_Libreswan.sh and vpnupgrade_Libreswan_centos.sh can be used to periodically upgrade Libreswan to the latest version. Check the official website and update the `SWAN_VER` variable as necessary. ## Bugs & Questions diff --git a/vpnupgrade_Libreswan.sh b/extras/vpnupgrade_Libreswan.sh similarity index 100% rename from vpnupgrade_Libreswan.sh rename to extras/vpnupgrade_Libreswan.sh diff --git a/vpnupgrade_Libreswan_centos.sh b/extras/vpnupgrade_Libreswan_centos.sh similarity index 100% rename from vpnupgrade_Libreswan_centos.sh rename to extras/vpnupgrade_Libreswan_centos.sh