tutoriales_void/Plantillas/xbps-static-custom/INSTALL

10 lines
207 B
Plaintext

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
;;
esac