diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/update-venus | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/update-venus b/scripts/update-venus index 4e7c5a1..9db72cb 100644 --- a/scripts/update-venus +++ b/scripts/update-venus @@ -8,9 +8,6 @@ VENUS_DIR="/usr/lib/python2.6/site-packages/venus/" # Create folders and symlinks (for initial setup) mkdir -p ${BASE_DIR}htdocs [[ -L ${BASE_DIR}public_html ]] || ln -s ${BASE_DIR}htdocs ${BASE_DIR}public_html -if [ ! -d ${BASE_DIR}planet-gentoo]; then - git clone git://git.overlays.gentoo.org/proj/planet-gentoo.git ${BASE_DIR}planet-gentoo -fi mkdir -p ${BASE_DIR}logs/{planet,universe} ${BASE_DIR}generated_configs touch generated_configs/venus.{planet,universe}.ini [[ -L ${BASE_DIR}htdocs/images ]] ln -s ${BASE_DIR}planet-gentoo/media/* htdocs/ |