Fix: Fügt Code dir hinzu.

This commit is contained in:
DragonSlayer_14 2025-03-26 13:09:47 +01:00
parent a681db6e29
commit cc73cc0009

View File

@ -27,6 +27,7 @@ if [[ "$answer" == "j" ]] || [[ "$answer" == "y" ]]; then
CURRENT_DIR=$(pwd) CURRENT_DIR=$(pwd)
USER_NAME="$SUDO_USER" USER_NAME="$SUDO_USER"
AUR_CODE_DIR="/var/lib/user_aur_code"
# Sicherstellen, dass benötigte Pakete installiert sind # Sicherstellen, dass benötigte Pakete installiert sind
pacman -Syu --noconfirm glib2 git base-devel --needed pacman -Syu --noconfirm glib2 git base-devel --needed