mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Fix #363
This commit is contained in:
parent
ade14d9338
commit
4700ba5dbf
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ set -e
|
|||
#####################################################################################
|
||||
printf "\e[36m[$0]: 1. Get packages and add user to video/input groups\n\e[0m"
|
||||
|
||||
# Issue #363
|
||||
v sudo pacman -Syu
|
||||
|
||||
remove_bashcomments_emptylines ./scriptdata/dependencies.conf ./cache/dependencies_stripped.conf
|
||||
readarray -t pkglist < ./cache/dependencies_stripped.conf
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue