Showing with 2 additions and 2 deletions.
  1. +1 −1 base/smartos-base/scripts/install.sh
  2. +1 −1 base/smartos-base/system.json
@@ -1,7 +1,7 @@
#
# Update the system
#
pkgin -y install scmgit gcc-compiler gmake openssl python27
pkgin -y install scmgit

cp ../files/limits $HOME/.limits
echo '. .limits' >> $HOME/.bashrc
@@ -1,6 +1,6 @@
{
"name": "smartos-base",
"version": "0.0.4",
"version": "0.0.5",
"description": "Base configuration for smartos",
"keywords": ["base", "os", "smartos"],
"author": "Nodejitsu Inc <info@nodejitsu.com>"