Update .bashrc

Added option to download latest linux toolbox and execute it
This commit is contained in:
yuriy 2024-08-01 17:59:16 -04:00
parent 6ad01aa53b
commit 4a178e9bde

View File

@ -390,6 +390,7 @@ update() {
updatewr() {
# Run the Update function
update
# Restart
sudo reboot
@ -401,6 +402,13 @@ cd ~/ && wget -q -O .bashrc https://git.zinchuk.xyz/yuriy/Linux-bashrc-Profile/r
echo "New .bashrc downloaded. Please reload with rl"
}
# Pull down the latest linux toolbox and execute it
ltt() {
cd ~/Downloads/ && wget -q -O Linux_Toolbox.sh https://git.zinchuk.xyz/yuriy/Linux-Setup-Script/raw/branch/main/Linux_Toolbox.sh && chmod +x Linux_Toolbox.sh && bash Linux_Toolbox.sh
}
rkeymapper(){
sudo pkill keymapper
sudo systemctl restart keymapperd & keymapper &