Zsh: Fix get_ip

This commit is contained in:
the_4n0nym0u53 2022-02-03 21:16:18 +01:00
parent 05d4434263
commit 0ca443f381
No known key found for this signature in database
GPG key ID: 35EE09F5481049BB

View file

@ -8,7 +8,7 @@ doasedit () {
get_ip () {
(( ${+commands[wget]} )) || return 1
wget "$1" -qO- "https://ifconfig.co/json"
wget $@ -qO- "https://ifconfig.co/json"
}
pz_upgrade () {