void-bash-installer/config

8 lines
110 B
Plaintext
Raw Normal View History

2021-04-15 11:24:42 +02:00
lastminute() {
2021-05-12 17:25:22 +02:00
#addpkg vlc
2021-04-15 11:38:20 +02:00
servicesenable sshd
2021-05-09 20:31:41 +02:00
#servicesdisable sshd
#ignorepkg openssh
2021-05-12 17:25:22 +02:00
#removepkg mpv
2021-04-15 11:24:42 +02:00
}