bootstrap: Fix package installer file path

This commit is contained in:
Marty Oehme 2023-06-08 13:02:45 +02:00
parent a43e2cc4bd
commit 79910b8bf1
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 1 additions and 1 deletions

View File

@ -7,9 +7,9 @@
# DESCRIPTION: Display usage information for this script.
# PARAMETERS: see usage function
#==============================================================================
PKG_TSV_FILE=${PKG_TSV_FILE:-bootstrap/packages.tsv}
packages_repo="${BOOTSTRAP_PACKAGES:-$(grep -e ' R ' "$PKG_TSV_FILE" | cut -f1 -d' ' )}"
packages_aur="${BOOTSTRAP_PACKAGES_AUR:-$(grep -e ' A ' "$PKG_TSV_FILE" | cut -f1 -d' ' )}"
PKG_TSV_FILE=${PKG_TSV_FILE:-bootstrap/packages_stable.tsv}
main() {
local cmd=""