mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-26 00:53:23 +08:00
Fix typo for Arch Linux
This commit is contained in:
parent
24fc2ac885
commit
dc470f47c3
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue