Agregar README y script de software

This commit is contained in:
2019-01-15 20:20:40 -06:00
commit 54ca0d7a9a
2 changed files with 33 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
#!/usr/bin/env bash
# Creación de usuarios
useradd -m cidwa
useradd -m guapa
useradd -m lasc
useradd -m dsi
# Instalación de paquetería
apt update; apt upgrade -y
# GUAPA
apt install build-essential kate geany vim emacs
# CIDWA
apt install chromium
# LASC
apt install exiv2 python-pip p7zip binwalk foremost
# Alumno
apt install codeblocks geogebra gnuplot r-base ruby maxima wxmaxima openjdk\
netbeans eclipse git inkscape gimp
# wget https://download1.rstudio.org/rstudio-1.1.456-i386.deb
# dpkg -i rstudio*
# apt-get install -fy