Przeglądaj źródła
Update install.sh
Indicate that we install log2ram on the detected init-system
pull/94/head
MegaV0lt
5 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
1 usunięć
-
install.sh
|
|
@@ -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 |
|
|
|