7 lines
255 B
Bash
7 lines
255 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# konsole --hold -e sudo pacman -Sy archlinux-keyring chaotic-keyring endeavouros-keyring --noconfirm;paru -Syu --noconfirm;sudo pacman -Scc --noconfirm; echo "done!"
|
||
|
|
||
|
|
||
|
konsole --hold -e bash "/home/$USER/Downloads/Linux_Toolbox.sh" "update"
|