tutoriales_void/Plantillas/xbps-static-custom/INSTALL

10 lines
207 B
Plaintext
Raw Permalink Normal View History

2021-12-16 10:44:55 +01:00
case "${ACTION}" in
post)
chown root:xbuilder usr/bin/xbps-uchroot.static
chmod 4750 usr/bin/xbps-uchroot.static
# Fix certificate verification issue
ln -s /etc/ssl/certs.pem /etc/ssl/cert.pem
2021-12-16 10:44:55 +01:00
;;
esac