Skip to content

Commit

Permalink
Some changes on numbers on install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKooLit committed Sep 14, 2024
1 parent b16dffd commit 99cc2c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ elif [ "$aur_helper" == "yay" ]; then
fi

# Install hyprland packages
execute_script "00-hypr-pkgs.sh"
execute_script "01-hypr-pkgs.sh"

# Install pipewire and pipewire-audio
execute_script "pipewire.sh"
Expand Down Expand Up @@ -262,7 +262,7 @@ fi
clear

# final check essential packages if it is installed
execute_script "01-Final-Check.sh"
execute_script "02-Final-Check.sh"

printf "\n%.0s" {1..1}

Expand Down

0 comments on commit 99cc2c4

Please sign in to comment.