ENH update package bootstrapper

This commit is contained in:
Nathan Dwarshuis 2022-06-28 17:40:17 -04:00
parent e28ae97a86
commit 27c6885581
1 changed files with 0 additions and 2 deletions

View File

@ -47,7 +47,6 @@ run_install_scripts() {
run_yay() {
dunst_pkgs=(dunst)
emacs_pkgs=(emacs-nativecomp)
gtk_pkgs=(zuki-themes)
redshift_pkgs=(redshift)
seafile_pkgs=(seafile-client)
@ -59,7 +58,6 @@ run_yay() {
yay --needed --noconfirm --norebuild --removemake -S \
"${dunst_pkgs[@]}" \
"${emacs_pkgs[@]}" \
"${gtk_pkgs[@]}" \
"${redshift_pkgs[@]}" \
"${seafile_pkgs[@]}" \