Skip to content

Commit 9bb37c8

Browse files
authored
installer: fix dependencies not installing
1 parent 1ebb698 commit 9bb37c8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

install

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ cache_dir="$HOME/.cache"
99
tempdir=$(mktemp -d -p $HOME/.backups)
1010

1111
packages="polybar-git rofi rofi-emoji rofi-greenclip alacritty picom-arian8j2-git dunst-git eww-x11 ffmpeg \
12-
pipewire pipewire-alsa pipewire-pulse pipewire-jack wireplumber alsa-utils pamixer \
13-
bluez bluez-utils \
14-
mpd mpdris2-git \
15-
brightnessctl playerctl light lm_sensors wmctrl \
16-
feh i3lock-color sddm yad xclip maim slop gpick xfce4-power-manager zscroll-git neovim viewnior stalonetray redshift \
17-
ttf-sarasa-gothic ttf-jetbrains-mono ttf-roboto nerd-fonts-jetbrains-mono \
18-
gtk3 gtk-engine-murrine gnome-themes-extra papirus-icon-theme \
19-
xdg-user-dirs xdg-utils"
12+
pipewire pipewire-alsa pipewire-pulse pipewire-jack wireplumber alsa-utils pamixer \
13+
bluez bluez-utils \
14+
mpd mpdris2-git \
15+
brightnessctl playerctl light lm_sensors wmctrl \
16+
feh i3lock-color sddm yad xclip maim slop gpick xfce4-power-manager zscroll-git neovim viewnior stalonetray redshift \
17+
ttf-sarasa-gothic ttf-jetbrains-mono ttf-roboto nerd-fonts-jetbrains-mono \
18+
gtk3 gtk-engine-murrine gnome-themes-extra papirus-icon-theme \
19+
xdg-user-dirs xdg-utils"
2020

2121
alert () {
2222
log_info="$(date +"%H:%M:%S") \e[0;34mINFO\e[0m"

0 commit comments

Comments
 (0)