Update .bashrc
Added option to download latest linux toolbox and execute it
This commit is contained in:
parent
6ad01aa53b
commit
4a178e9bde
8
.bashrc
8
.bashrc
@ -390,6 +390,7 @@ update() {
|
|||||||
|
|
||||||
updatewr() {
|
updatewr() {
|
||||||
# Run the Update function
|
# Run the Update function
|
||||||
|
update
|
||||||
|
|
||||||
# Restart
|
# Restart
|
||||||
sudo reboot
|
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"
|
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(){
|
rkeymapper(){
|
||||||
sudo pkill keymapper
|
sudo pkill keymapper
|
||||||
sudo systemctl restart keymapperd & keymapper &
|
sudo systemctl restart keymapperd & keymapper &
|
||||||
|
Loading…
Reference in New Issue
Block a user