mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
3 lines
67 B
Bash
3 lines
67 B
Bash
#!/bin/sh
|
|
/usr/sbin/update-ca-certificates > /dev/null 2>&1
|
|
exit 0
|