This commit is contained in:
Stephan Raabe
2023-12-29 12:11:44 +01:00
parent 4213a931ff
commit 6a27437ab2
6 changed files with 73 additions and 7 deletions
+4 -2
View File
@@ -35,15 +35,17 @@ fi
echo ""
source .install/required.sh
source .install/confirm-start.sh
source .install/yay.sh
source .install/backup.sh
source .install/preparation.sh
source .install/profile.sh
source .install/yay.sh
if [[ $profile == *"Hyprland"* ]]; then
source .install/hyprland-version.sh
fi
source .install/installer.sh
source .install/general.sh
source .install/general-packages.sh
source .install/install-packages.sh
if [[ $profile == *"Hyprland"* ]]; then
source .install/hyprland.sh
source .install/hyprland-packages.sh