Skip to content

Commit

Permalink
adding equip_base back in as Ruby script needs it as well as a few ot…
Browse files Browse the repository at this point in the history
…hers
  • Loading branch information
aglover committed Mar 26, 2015
1 parent c3b540d commit e731dea
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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

0 comments on commit e731dea

Please sign in to comment.