diff --git a/install b/install index e099b85..9080c47 100755 --- a/install +++ b/install @@ -35,13 +35,16 @@ DIRECTORIES=( "projects" "tasks" "videos" + ".local/share/gnupg/" ) WORK_DIRECTORIES=( "work" ".local/log" "downloads" + "tasks" ".local/keys" + ".local/share/gnupg/" ) # Files which should be symlinked in the home folder @@ -140,7 +143,7 @@ print_section "Installing packages" package_count=$(< "${PACKAGES_DIR}/packages.list" wc -l) print_log "Installing ${package_count} packages" yay -Syy > /dev/null 2>&1 -yay -S --noconfirm --needed --devel -- < "${PACKAGES_DIR}/packages.list" +yay -S --noconfirm --needed --devel - < "${PACKAGES_DIR}/packages.list" ###############################################################################