replaced wget function with curl function

This commit is contained in:
2023-10-13 02:12:20 -05:00
parent 923997d859
commit 9dec5e9067

View File

@@ -57,6 +57,6 @@ if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-no
}
fi
function wgeta() {
wget aknlw.com/${1}
function curla() {
curl -s aknlw.com/${1}
}