upd

upd - update all of your package systems on macOS at once.
git clone git://git.alex.balgavy.eu/upd.git
Log | Files | Refs | README | LICENSE

commit 93346e3789efcfa3b7d80656f18b45e1d151f88c
parent 6d56c7022cabf1a2c07116f0c09e0f60c2981625
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Thu,  4 Aug 2022 15:45:08 +0200

Disable tlmgr for now

Diffstat:
Mupd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upd b/upd @@ -189,7 +189,7 @@ def upgrade_cleanup(system_instance) end def main - package_systems = [Homebrew, Cargo, NPM, Pipx, RubyGems, Rustup, Stack, Tlmgr] + package_systems = [Homebrew, Cargo, NPM, Pipx, RubyGems, Rustup, Stack]#, Tlmgr] # TODO: tlmgr needs sudo split_systems = split_systems_by_prompting package_systems