Update auto_post_install.sh

This commit is contained in:
MacRimi 2025-07-22 09:27:40 +02:00 committed by GitHub
parent 0f51256add
commit 5fc5d02134
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -980,9 +980,6 @@ install_log2ram_auto() {
if ! command -v git >/dev/null 2>&1; then if ! command -v git >/dev/null 2>&1; then
cleanup
sleep 1
msg_info "$(translate "Installing git dependency...")"
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")"