Explorar el Código

Update install.sh

Indicate that we install log2ram on the detected init-system
pull/94/head
MegaV0lt hace 5 años
committed by GitHub
padre
commit
e563d2c5ed
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh Ver fichero

@@ -19,7 +19,7 @@ case "$INIT" in
;;
esac

echo "installing files for ${INIT}..."
echo "Installing log2ram for $INIT init-system"
# log2ram
mkdir -p /usr/local/bin/
install -m 755 log2ram /usr/local/bin/log2ram


Cargando…
Cancelar
Guardar