diff --git a/install.sh b/install.sh index d0e5645..4e13fea 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash apt-get update -apt-get install -y --assume-yes python-pip wget dialog +apt-get install -y --assume-yes python-pip wget dialog vim pip install python2-pythondialog wget -qO- "https://srchub.org/p/srchub-install/source/file/master/srchub-install.py" | python \ No newline at end of file diff --git a/srchub-install.py b/srchub-install.py index 80a1399..b1f8432 100644 --- a/srchub-install.py +++ b/srchub-install.py @@ -215,6 +215,8 @@ def prep_apache(): content_file.write(INDEFERO_SVN_APACHE) def final_msg(): + call("mv /home/www/indefero/src/IDF/conf/path.php-dist /home/www/indefero/src/IDF/conf/path.php".split(" ")) + call("mv /home/www/indefero/src/IDF/conf/idf.php-dist /home/www/indefero/src/IDF/conf/idf.php".split(" ")) d.msgbox(FINAL_MSG) def install_package(package):