Bugfix added mkdir to create i3 folder

This commit is contained in:
Jürg Hallenbarter
2026-01-26 08:45:13 +00:00
parent 0146dc33d2
commit 345b3f19d5

View File

@@ -41,6 +41,9 @@ if ! ask "Install this i3 configuration?"; then
exit 0 exit 0
fi fi
mkdir -p "$HOME/.config"
mkdir -p "$I3_DIR"
echo echo
echo "[1/4] Installing packages..." echo "[1/4] Installing packages..."
sudo pacman -S --needed $(grep -v '^#' "$REPO_DIR/packages.txt") sudo pacman -S --needed $(grep -v '^#' "$REPO_DIR/packages.txt")