From e731dea6350a664046825744aae3d794909d842e Mon Sep 17 00:00:00 2001 From: Andrew Glover Date: Thu, 26 Mar 2015 07:36:37 -0700 Subject: [PATCH] adding equip_base back in as Ruby script needs it as well as a few others --- equip_base.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 equip_base.sh diff --git a/equip_base.sh b/equip_base.sh new file mode 100755 index 0000000..3c4fa51 --- /dev/null +++ b/equip_base.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +# +# Ubuntu Equip +# Equip basec/core libs +# Licence: MIT + +sudo apt-get update -y + +sudo apt-get install build-essential rsync telnet screen man wget -y +sudo apt-get install strace tcpdump -y +sudo apt-get install libssl-dev zlib1g-dev libcurl3-dev libxslt-dev -y +sudo apt-get install software-properties-common python-software-properties -y + +sudo apt-get install git -y