fixed missing apt

This commit is contained in:
2024-03-30 12:10:40 -05:00
parent 1c1fb0cf40
commit 23090a9be5

View File

@@ -147,14 +147,14 @@ echo "alias snano='sudo nano'" >> /etc/bash.bashrc
echo "alias sreboot='sudo reboot'" >> /etc/bash.bashrc
echo "alias spoweroff='sudo poweroff'" >> /etc/bash.bashrc
echo "alias tf='sudo tail -f'" >> /etc/bash.bashrc
echo "alias aptupy='sudo update && sudo upgrade -y'" >> /etc/bash.bashrc
echo "alias aptiy='sudo install -y'" >> /etc/bash.bashrc
echo "alias aptry='sudo remove -y'" >> /etc/bash.bashrc
echo "alias aptrpy='sudo remove --purge -y'" >> /etc/bash.bashrc
echo "alias aptary='sudo autoremove -y'" >> /etc/bash.bashrc
echo "alias apts='sudo search'" >> /etc/bash.bashrc
echo "alias aptl='sudo list --installed'" >> /etc/bash.bashrc
echo "alias aptsh='sudo show'" >> /etc/bash.bashrc
echo "alias aptupy='sudo apt update && sudo apt upgrade -y'" >> /etc/bash.bashrc
echo "alias aptiy='sudo apt install -y'" >> /etc/bash.bashrc
echo "alias aptry='sudo apt remove -y'" >> /etc/bash.bashrc
echo "alias aptrpy='sudo apt remove --purge -y'" >> /etc/bash.bashrc
echo "alias aptary='sudo apt autoremove -y'" >> /etc/bash.bashrc
echo "alias apts='sudo apt search'" >> /etc/bash.bashrc
echo "alias aptl='sudo apt list --installed'" >> /etc/bash.bashrc
echo "alias aptsh='sudo apt show'" >> /etc/bash.bashrc
echo "alias aptac='sudo apt-get autoclean'" >> /etc/bash.bashrc
echo "alias dpkgi='sudo dpkg -i'" >> /etc/bash.bashrc
echo "alias tmuxls='tmux ls'" >> /etc/bash.bashrc