File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -621,6 +621,12 @@ function init_repos() {
621
621
if [ ! -e " ${ETC_DIR} /01-main.repo" ]; then
622
622
${ELEVATE} tee " ${ETC_DIR} /01-main.repo" <<< " ${MAIN_REPO_URL}" > /dev/null
623
623
fi
624
+ if [ ! -e " ${ETC_DIR} /02-main.repo" ]; then
625
+ ${ELEVATE} sed ' s/01/02/' " ${ETC_DIR} /01-main.repo" > " ${ETC_DIR} /02-main.repo"
626
+ fi
627
+ if [ ! -e " ${ETC_DIR} /03-main.repo" ]; then
628
+ ${ELEVATE} sed ' s/01/03/' " ${ETC_DIR} /01-main.repo" > " ${ETC_DIR} /03-main.repo"
629
+ fi
624
630
625
631
for REPO in $( find " ${ETC_DIR} " -maxdepth 1 -name " *.repo" ! -name 00-builtin.repo ! -name 99-local.repo -type f -printf " %f\n" | sed " s/.repo$//" ) ; do
626
632
if [ ! -e " ${ETC_DIR} /${REPO} .d" ]; then
1526
1532
1527
1533
export CACHE_DIR=" /var/cache/deb-get"
1528
1534
readonly ETC_DIR=" /etc/deb-get"
1529
- readonly MAIN_REPO_URL=" https://raw.githubusercontent.com/wimpysworld /deb-get/main /01-main"
1535
+ readonly MAIN_REPO_URL=" https://raw.githubusercontent.com/philclifford /deb-get/split_github_repos /01-main"
1530
1536
1531
1537
readonly USER_AGENT=" Mozilla/5.0 (X11; Linux ${HOST_CPU} ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36"
1532
1538
readonly USER_HOME=" ${HOME} "
You can’t perform that action at this time.
0 commit comments