浏览代码

Merge pull request #924 from masakichi/patch-1

Fix typo for Arch Linux in netclient-install.sh
dcarns 3 年之前
父节点
当前提交
28efa45419
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/netclient-install.sh

+ 1 - 1
scripts/netclient-install.sh

@@ -29,7 +29,7 @@ elif [ -f /etc/redhat-release ]; then
 	dependencies="wireguard"
 	update_cmd='yum update'
 	install_cmd='yum install -y'
-elif [ -f /etc/arch-releae ]; then
+elif [ -f /etc/arch-release ]; then
     	dependecies="wireguard-tools"
 	update_cmd='pacman -Sy'
 	install_cmd='pacman -S --noconfirm'