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