Explorar el Código

Update debian_wg_vpn.sh

蘭雅sRGB hace 6 años
padre
commit
2b9ca2a852
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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