voidlinux_V2/doas

9 lines
154 B
Plaintext
Raw Permalink Normal View History

2024-03-19 18:44:35 +01:00
#!/usr/bin/env bash
xbps-install opendoas \
cp doas.conf /etc/
chown -c root:root /etc/doas.conf
chmod -c 0400 /etc/doas.conf
cd ..
2024-03-24 18:48:43 +01:00
rm -Rfv voidlinux_V2