helpers misc

This commit is contained in:
Anthony Axenov 2023-08-31 12:46:13 +08:00
parent f2bf5d45ac
commit f8f3210585
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC

View File

@ -57,7 +57,7 @@ symlink() {
} }
download() { download() {
require wget 1 require wget
wget "$1" -O "$2" wget "$1" -O "$2"
} }