Skip to content

Commit

Permalink
Suprimidos algunos sleep 3
Browse files Browse the repository at this point in the history
  • Loading branch information
wifislax-ng committed Nov 16, 2015
1 parent 92afcc0 commit 77eea96
Show file tree
Hide file tree
Showing 16 changed files with 85 additions and 148 deletions.
4 changes: 2 additions & 2 deletions Auditoria/NetworkMiner_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20151116

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand Down Expand Up @@ -37,7 +37,7 @@ F_compilar(){
mkdir -p $PKG/{opt,usr/share/applications/wifislax/Testing,usr/share/pixmaps}
echo ""
echo "$VERDE"Descomprimiendo ..."$CIERRE"
sleep 3
sleep 1
unzip $SOURCES -d $PKG/opt/
mv -f $PKG/opt/${PRGNAM}_${VERSION2} $PKG/opt/$PRGNAM

Expand Down
12 changes: 6 additions & 6 deletions Auditoria/hashcat_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20151116

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand Down Expand Up @@ -55,13 +55,13 @@ F_download(){
if [ ! -f cudaHashcat-$VERSION.7z ]; then
echo ""
echo "$CYAN"Descargando sources de cudaHashcat-$VERSION"$CIERRE"
sleep 3
sleep 1
aria2c -x 3 $DESCARGA_NVIDIA
fi
if [ ! -f oclHashcat-$VERSION.7z ]; then
echo ""
echo "$CYAN"Descargando sources de oclHashcat-$VERSION"$CIERRE"
sleep 3
sleep 1
aria2c -x 3 $DESCARGA_AMD
fi
}
Expand All @@ -70,7 +70,7 @@ fi
F_compilar(){
echo ""
echo "$VERDE"Descomprimiendo cudaHashcat-$VERSION ..."$CIERRE"
sleep 3
sleep 1
7z -y x cudaHashcat-$VERSION.7z -o$PKG/opt/$PRGNAM
echo ""
echo "$VERDE"Copiando ficheros y eliminando innecesarios ..."$CIERRE"
Expand All @@ -83,7 +83,7 @@ rm -rf $PKG/opt/$PRGNAM/cudaHashcat-$VERSION

echo ""
echo "$VERDE"Descomprimiendo oclHashcat-$VERSION ..."$CIERRE"
sleep 3
sleep 1
7z -y x oclHashcat-$VERSION.7z -o$PKG/opt/$PRGNAM
echo ""
echo "$VERDE"Copiando ficheros y eliminando innecesarios ..."$CIERRE"
Expand Down Expand Up @@ -135,4 +135,4 @@ F_download
#Descomprimir fichero descargado y compilamos
F_compilar
#Creamos xzm , instalamos y salimos
f_tareasFinales
f_tareasFinales
7 changes: 3 additions & 4 deletions Auditoria/mfcuk_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20151116

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand Down Expand Up @@ -34,7 +34,7 @@ f_dependencias
F_descargaPaquete() {
echo ""
echo "$CYAN"Descargando sources de $PRGNAM-$VERSION"$CIERRE"
sleep 3
sleep 1
git clone $DOWNLOAD
}

Expand All @@ -43,7 +43,7 @@ F_compilar() {
cd $PRGNAM
echo ""
echo "$VERDE"Configurando ..."$CIERRE"
sleep 3
sleep 1
autoreconf -vis
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
Expand All @@ -57,7 +57,6 @@ CXXFLAGS="$SLKCFLAGS" \

make || exit 1
make install DESTDIR=$PKG

}


Expand Down
7 changes: 3 additions & 4 deletions Auditoria/mfoc_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20151116

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand Down Expand Up @@ -33,7 +33,7 @@ f_dependencias
F_descargaPaquete() {
echo ""
echo "$CYAN"Descargando sources de $PRGNAM-$VERSION"$CIERRE"
sleep 3
sleep 1
git clone $DOWNLOAD
}

Expand All @@ -42,7 +42,7 @@ F_compilar() {
cd $PRGNAM
echo ""
echo "$VERDE"Configurando ..."$CIERRE"
sleep 3
sleep 1
autoreconf -vis
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
Expand All @@ -56,7 +56,6 @@ CXXFLAGS="$SLKCFLAGS" \

make || exit 1
make install DESTDIR=$PKG

}


Expand Down
6 changes: 3 additions & 3 deletions Auditoria/patrones-conocidos_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20151116

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand Down Expand Up @@ -37,7 +37,7 @@ F_dependencias(){
echo ""
echo "$VERDE"Bye Bye"$CIERRE"
echo ""
sleep 3
sleep 1
exit 0
fi
}
Expand Down Expand Up @@ -77,4 +77,4 @@ f_download
#Descomprimir fichero descargado y compilamos
F_compilar
#Creamos xzm , instalamos y salimos
f_tareasFinales
f_tareasFinales
4 changes: 2 additions & 2 deletions Desarrollo/codeblocks_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20151116

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand Down Expand Up @@ -35,7 +35,7 @@ f_dependencias
F_compilar(){
echo
echo "$VERDE"Compilando ..."$CIERRE"
sleep 3
sleep 1

./bootstrap

Expand Down
6 changes: 3 additions & 3 deletions Desarrollo/geany-plugins_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20151116

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand Down Expand Up @@ -36,7 +36,7 @@ F_compilar(){

echo
echo "$VERDE"Compilando ..."$CIERRE"
sleep 3
sleep 1

CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
Expand Down Expand Up @@ -86,4 +86,4 @@ F_compilar
#Hacemos strip sobre el paquete
f_strip
#Creamos xzm , instalamos y salimos
f_tareasFinales
f_tareasFinales
6 changes: 3 additions & 3 deletions Desarrollo/geany_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20151116

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand Down Expand Up @@ -30,7 +30,7 @@ F_compilar(){

echo
echo "$VERDE"Compilando ..."$CIERRE"
sleep 3
sleep 1

CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
Expand Down Expand Up @@ -78,4 +78,4 @@ F_compilar
#Hacemos strip sobre el paquete
f_strip
#Creamos xzm , instalamos y salimos
f_tareasFinales
f_tareasFinales
6 changes: 3 additions & 3 deletions Desarrollo/jdk_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20151116

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -29,7 +29,7 @@ F_variables() {
F_crearpaquete(){
echo ""
echo "$VERDE"Descomprimiendo ..."$CIERRE"
sleep 3
sleep 1
LIB_ARCH=i386
LIBDIRSUFFIX=""
SRC_ARCH="i586"
Expand Down Expand Up @@ -84,7 +84,7 @@ echo ""
echo "Se detecto en el sistema el paquete Jre..."
echo "Se eliminara antes de instalar jdk..."
echo ""
sleep 2
sleep 1
removepkg /var/log/packages/jre-[0-9]*
fi

Expand Down
4 changes: 2 additions & 2 deletions Desarrollo/redis_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20151116

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand Down Expand Up @@ -164,4 +164,4 @@ F_compilar
#Hacemos strip sobre el paquete
f_strip
#Creamos xzm , instalamos y salimos
f_tareasFinales
f_tareasFinales
9 changes: 3 additions & 6 deletions Desarrollo/wxHexEditor_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20151116

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand Down Expand Up @@ -36,7 +36,7 @@ f_dependencias
F_compilar(){
echo
echo "$VERDE"Compilando ..."$CIERRE"
sleep 3
sleep 1

CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
Expand Down Expand Up @@ -84,7 +84,4 @@ F_compilar
#Hacemos strip sobre el paquete
f_strip
#Creamos xzm , instalamos y salimos
f_tareasFinales



f_tareasFinales
20 changes: 4 additions & 16 deletions Drivers/acsccid_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151101
SCRIPT_VERSION=20151116

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand Down Expand Up @@ -33,22 +33,9 @@ f_dependencias

#Configurando
F_compilar() {
echo ""
echo "$VERDE"Descomprimiendo ..."$CIERRE"
sleep 3
rm -rf $PRGNAM-$VERSION
tar xvf $SOURCES
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;

echo ""
echo "$VERDE"Configurando ..."$CIERRE"
sleep 3
sleep 1
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
Expand All @@ -61,7 +48,6 @@ CXXFLAGS="$SLKCFLAGS" \

make || exit 1
make install DESTDIR=$PKG

}


Expand Down Expand Up @@ -91,6 +77,8 @@ f_versionInstalada
F_dependencias
#Descargamos el paquete si no existe
f_download
#Preparamos entorno
f_preparar
#Compilamos el paquete
F_compilar
#Hacemos strip sobre el paquete
Expand Down
Loading

0 comments on commit 77eea96

Please sign in to comment.