mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
8 lines
157 B
Bash
8 lines
157 B
Bash
#!/bin/sh
|
|
|
|
yum install -y flex ca-certificates || exit 1
|
|
|
|
echo "$ICS_IPA_CA_CRT" >/etc/pki/ca-trust/source/anchors/ica-ipa-ca.crt
|
|
|
|
update-ca-trust || exit 1
|