2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 20:52:28 +00:00
repo/extra/libretls/build
2022-10-14 00:55:31 +05:30

8 lines
65 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr
make
make install