Fix typo for Arch Linux

This commit is contained in:
Yuanji 2022-03-20 22:50:41 +09:00 committed by GitHub
parent 24fc2ac885
commit dc470f47c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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