From cbe2e88d7fb074e75c2e839af3fae97edbe4fd00 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 13 Mar 2021 17:37:23 -0500 Subject: [PATCH] ENH flip order of clone and install package scripts --- dot_bin/executable_bootstrap_pkgs | 6 +++--- ...all-packages.sh => run_once_after_10_install-packages.sh | 0 ...after_clone-repos.sh => run_once_after_50_clone-repos.sh | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename run_once_after_install-packages.sh => run_once_after_10_install-packages.sh (100%) rename run_once_after_clone-repos.sh => run_once_after_50_clone-repos.sh (100%) diff --git a/dot_bin/executable_bootstrap_pkgs b/dot_bin/executable_bootstrap_pkgs index 76d6ab5..ee4c2c3 100644 --- a/dot_bin/executable_bootstrap_pkgs +++ b/dot_bin/executable_bootstrap_pkgs @@ -141,9 +141,9 @@ fi mk_nobody_perms try_nobody_update -# mk_yaytmp -# run_yay -# rm_yaytmp +mk_yaytmp +run_yay +rm_yaytmp mk_makepkg_dir run_makepkg diff --git a/run_once_after_install-packages.sh b/run_once_after_10_install-packages.sh similarity index 100% rename from run_once_after_install-packages.sh rename to run_once_after_10_install-packages.sh diff --git a/run_once_after_clone-repos.sh b/run_once_after_50_clone-repos.sh similarity index 100% rename from run_once_after_clone-repos.sh rename to run_once_after_50_clone-repos.sh