Better but still not sorking
This commit is contained in:
+3
-2
@@ -237,12 +237,13 @@ run() {
|
||||
packages+=(python3)
|
||||
packages+=(python-is-python3)
|
||||
packages+=(python3-pip)
|
||||
elif [ $has_pacman ]; then
|
||||
elif [ $has_pacman -eq 1 ]; then
|
||||
packages+=(python)
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ $should_instlal_hyprland -eq 1 ]; then
|
||||
if [ $should_install_hyprland -eq 1 ]; then
|
||||
packages+=(hyprland)
|
||||
packages+=(hyprpaper)
|
||||
packages+=(hyprpicker)
|
||||
|
||||
Reference in New Issue
Block a user