Browse Source

Fix typo for Arch Linux

Yuanji 3 years ago
parent
commit
dc470f47c3
1 changed files with 1 additions and 1 deletions
  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'