Update auto_post_install.sh

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

View File

@ -980,6 +980,8 @@ 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...")" 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