Browse Source

Update debian_wg_vpn.sh

蘭雅sRGB 6 năm trước cách đây
mục cha
commit
2b9ca2a852
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      debian_wg_vpn.sh

+ 1 - 1
debian_wg_vpn.sh

@@ -24,7 +24,7 @@ dpkg -l|grep linux-headers
 # 安装WireGuard
 # 添加 unstable 软件包源,以确保安装版本是最新的
 echo "deb http://deb.debian.org/debian/ unstable main" > /etc/apt/sources.list.d/unstable.list
-echo -e 'Package: *\nPin: release a=unstable\nPin-Priority: 150' > /etc/apt/preferences.d/limit-unstable
+printf 'Package: *\nPin: release a=unstable\nPin-Priority: 90\n' > /etc/apt/preferences.d/limit-unstable
  
 # 更新一下软件包源
 apt update