Update auto_post_install.sh

This commit is contained in:
MacRimi
2025-09-01 12:42:46 +02:00
committed by GitHub
parent 233770b553
commit b11baf2e5d

View File

@@ -691,7 +691,7 @@ install_log2ram_auto() {
if ! command -v git >/dev/null 2>&1; then if ! command -v git >/dev/null 2>&1; then
apt-get update -qq >/dev/null 2>&1 apt-get update -qq >/dev/null 2>&1
apt-get install -y git >/dev/null 2>&1 apt-get install -y git >/dev/null 2>&1
msg_ok "$(translate "Git installed successfully")" #msg_ok "$(translate "Git installed successfully")"
fi fi
if ! git clone https://github.com/azlux/log2ram.git /tmp/log2ram >/dev/null 2>>/tmp/log2ram_install.log; then if ! git clone https://github.com/azlux/log2ram.git /tmp/log2ram >/dev/null 2>>/tmp/log2ram_install.log; then