diff --git a/files/debian/bash.bashrc.default b/files/debian/bash.bashrc.default index e526bc2..9e5222e 100755 --- a/files/debian/bash.bashrc.default +++ b/files/debian/bash.bashrc.default @@ -58,9 +58,9 @@ if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-no fi function curla() { - curl aknlw.com/${1} + curl https://aknlw.com/${1} } function wgeta() { - wget aknlw.com/${1} + wget https://aknlw.com/${1} }