Skip to content

Instantly share code, notes, and snippets.

@EnriqueV
Created August 29, 2016 19:53
Show Gist options
  • Save EnriqueV/20fb15ebbf2f19909551e6537905141c to your computer and use it in GitHub Desktop.
Save EnriqueV/20fb15ebbf2f19909551e6537905141c to your computer and use it in GitHub Desktop.
bash scripting
#!/bin/bash
echo --- Iniciando script de instalacion ----
apt-get install apache2 php5 mysql-client mysql-server vsftpd perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python lsb-core
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.760_all.deb
wget https://secure.logmein.com/labs/logmein-hamachi_2.1.0.139-1_armhf.deb
git clone https://github.com/UniPiTechnology/evok
echo ---- descargas terminadas----
dpkg -i logmein-hamachi_2.1.0.139-1_armhf.deb
hamachi login
hamachi do-join 338-606-577
update-rc.d logmein-hamachi defaults
dpkg --install webmin_1.760_all.deb
echo --- instalacion de evok ----
cd evok
chmod +x install-evok.sh uninstall-evok.sh
./install-evok.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment