mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
e598ee1230
[ci skip]
7 lines
144 B
Bash
Executable File
7 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
#Will probably work only for Debian based distros
|
|
|
|
cp /etc/ssl/certs/ca-certificates.crt ../src/lib/data/data/ca-bundle.crt
|
|
|
|
exit 0
|