diff --git a/debian-based/Makefile b/debian-based/Makefile deleted file mode 100644 index 12d7c889549109f038c0abbc20fe13456f129e32..0000000000000000000000000000000000000000 --- a/debian-based/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -fresh-install: update install - -update: - sudo apt-get update - sudo apt-get upgrade -y - -install: ssh php mysql php-mysql ruby nodejs git editors openjdk xchmn latex curl - -ssh: - sudo apt-get install -y openssh-client openssh-server -php: - sudo apt-get install -y php5 -mysql: - sudo apt-get install -y mysql-client mysql-server -php-mysql: php mysql - -ruby: - sudo apt-get install -y ruby-full -nodejs: - sudo apt-get install -y nodejs npm -git: - sudo apt-get install -y git -editors: - sudo apt-get install -y vim gedit -openjdk: - sudo apt-get install -y openjdk-7-jre openjdk-7-jdk default-jdk default-jre -flash: - sudo apt-get install -y pepperflashplugin-nonfree -xchm: - sudo apt-get install -y xchm -latex: - sudo apt-get install -y texlive-full kile -curl: - sudo apt-get install -y curl -