mirror of
https://github.com/Cametendo/MyI3Config-fork.git
synced 2026-03-18 03:40:20 +01:00
Bugfix added mkdir to create i3 folder
This commit is contained in:
@@ -41,6 +41,9 @@ if ! ask "Install this i3 configuration?"; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
mkdir -p "$HOME/.config"
|
||||
mkdir -p "$I3_DIR"
|
||||
|
||||
echo
|
||||
echo "[1/4] Installing packages..."
|
||||
sudo pacman -S --needed $(grep -v '^#' "$REPO_DIR/packages.txt")
|
||||
|
||||
Reference in New Issue
Block a user