From 9dec5e90676d4706ae4fafbdcd498c7bfff561bd Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 13 Oct 2023 02:12:20 -0500 Subject: [PATCH] replaced wget function with curl function --- files/debian/bash.bashrc.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/debian/bash.bashrc.default b/files/debian/bash.bashrc.default index 5b4a051..b7747f9 100755 --- a/files/debian/bash.bashrc.default +++ b/files/debian/bash.bashrc.default @@ -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} }