Skip to content

Commit

Permalink
0setup: fix update pkg databases
Browse files Browse the repository at this point in the history
  • Loading branch information
bkauler committed Apr 21, 2024
1 parent f13a1f9 commit 726346d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if [ "${RP/*buildquantumvis*/yes}" == "yes" ];then
. ${L1}/configure/${xARCH}/PKGS_MANAGEMENT
. ${L1}/configure/${xARCH}/DISTRO_PET_REPOS
. ${L1}/configure/${xARCH}/build-choices
cd ${L1} #20240421
else
#running in quirky
L1='/usr/local/petget'
Expand All @@ -34,8 +35,8 @@ else
. /root/.packages/build-choices
RUNNINGPUP='yes'
DPSFILE="/root/.packages/DISTRO_PKGS_SPECS" #170325
cd /root/.packages #20240421
fi
cd ${L1}

mkdir -p /tmp/woofQV #cvt.sh writes pkgs-homepages to here.
echo -n '' > /tmp/woofQV/pkgs-homepages #cvt.sh called from void0setup
Expand Down

0 comments on commit 726346d

Please sign in to comment.