#!/usr/bin/env sh
#
# Copyright © 2022 Ye Chang yech1990@gmail.com
# Distributed under terms of the GNU license.
#
# Created: 2022-09-10 22:13

apt-get update && apt-get -y install gcc pkg-config libssl-dev openssl make cmake
