Skip to content

Instantly share code, notes, and snippets.

@olehermanse
Last active December 7, 2016 15:32
Show Gist options
  • Save olehermanse/a26357012bb178ad4c4e410e1c0712e1 to your computer and use it in GitHub Desktop.
Save olehermanse/a26357012bb178ad4c4e410e1c0712e1 to your computer and use it in GitHub Desktop.
# Run: curl -L -s bit.ly/libs_cfengine -o temp.sh && sudo bash ./temp.sh
apt-get update
apt-get -qy update
apt-get -qy install bison flex binutils build-essential fakeroot ntp dpkg-dev libpam0g-dev python debhelper pkg-config default-jre-headless psmisc nfs-common
apt-get install -y emacs24 git nano
apt-get install -y ntp ntpd
apt-get install -y gdb automake autoconf
apt-get install -y python-pip python3-pip
apt-get install -y libssl-dev libpcre3 libpcre3-dev
apt-get install -y bison libbison-dev libacl1 libacl1-dev libpq-dev
apt-get install -y lmdb-utils liblmdb-dev libpam0g-dev libtool flex
# Remove unneeded packages and cache:
apt-get -y autoremove
apt-get clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment