10 lines
666 B
Bash
Executable file
10 lines
666 B
Bash
Executable file
#!/usr/bin/zsh
|
|
echo "you should ONLY remove 66 when you have booted with runit, otherwise"
|
|
echo "your system can not properly shutdown/reboot and may become corrupted"
|
|
echo "Type Ctrl-C to escape, if your pid1 is runit-init hit Enter"
|
|
read
|
|
sudo pacman -Rnsu jobo66 s6-suite boot-66serv tty@-66serv dhclient-66serv ntpd-66serv wpa_supplicant-66serv obsysusers s6-dns s6-networking --noconfirm
|
|
sudo pacman -S opensysusers --noconfirm
|
|
echo "you can now reboot and s6/66 is removed and you are back at a runit only system"
|
|
echo "you can run ~/add.66 again at any time and reboot to 66 by removing init=/usr/bin/runit-init from"
|
|
echo "the linux line of your bootloader."
|