Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# go to root
cd
# server update & requesting apps install
apt-get -y install git build-essential cmake libuv1-dev libmicrohttpd-dev software-properties-common;
# adding gcc repository
add-apt-repository -y ppa:jonathonf/gcc-7.1;