removed wgeta function from script

This commit is contained in:
2023-10-13 01:54:20 -05:00
parent b37f1bd5c3
commit 78a6d87fdb

View File

@@ -109,11 +109,6 @@ echo "set completion-ignore-case On" >> /etc/inputrc
wget -qO /etc/bash.bashrc.default http://192.168.1.50/files/debian/bash.bashrc.default
rm /etc/bash.bashrc > /dev/null 2>&1
cp /etc/bash.bashrc.default /etc/bash.bashrc
echo "" >> /etc/bash.bashrc
echo "function wgeta() {" >> /etc/bash.bashrc
echo " wget aknlw.com/${1}" >> /etc/bash.bashrc
echo "}" >> /etc/bash.bashrc
echo "" >> /etc/bash.bashrc
echo "# custom settings and aliases" >> /etc/bash.bashrc
echo "set -o noclobber" >> /etc/bash.bashrc
echo "alias lsa='ls -alhvF'" >> /etc/bash.bashrc