Updates
This commit is contained in:
parent
f7eb143a24
commit
2de300120e
@ -12,5 +12,15 @@ packagesYay=(
|
|||||||
"swww"
|
"swww"
|
||||||
"swaylock-effects-git"
|
"swaylock-effects-git"
|
||||||
"wlogout"
|
"wlogout"
|
||||||
"nwg-look"
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if [[ $(_isInstalledYay "nwg-look") == 0 ]]; then
|
||||||
|
echo ":: nwg-look is already installed."
|
||||||
|
else
|
||||||
|
if [[ $(_isInstalledYay "nwg-look-bin") == 0 ]]; then
|
||||||
|
echo ":: nwg-look-bin is already installed."
|
||||||
|
else
|
||||||
|
echo ":: Starting installation of nwg-look-bin"
|
||||||
|
yay --noconfirm -S nwg-look-bin
|
||||||
|
fi
|
||||||
|
fi
|
@ -42,9 +42,7 @@ source .install/profile.sh
|
|||||||
if [[ $profile == *"Hyprland"* ]]; then
|
if [[ $profile == *"Hyprland"* ]]; then
|
||||||
source .install/hyprland-version.sh
|
source .install/hyprland-version.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source .install/installer.sh
|
source .install/installer.sh
|
||||||
|
|
||||||
source .install/general.sh
|
source .install/general.sh
|
||||||
source .install/general-packages.sh
|
source .install/general-packages.sh
|
||||||
source .install/install-packages.sh
|
source .install/install-packages.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user