6 lines
161 B
Bash
Executable file
6 lines
161 B
Bash
Executable file
#!/usr/bin/zsh
|
|
sudo pacman -Rdd opensysusers --noconfirm
|
|
sudo pacman -S jobo66 --noconfirm
|
|
echo "enter to reboot Ctl-C to do more before rebooting"
|
|
read
|
|
reboot
|