commit 93346e3789efcfa3b7d80656f18b45e1d151f88c
parent 6d56c7022cabf1a2c07116f0c09e0f60c2981625
Author: Alex Balgavy <alex@balgavy.eu>
Date: Thu, 4 Aug 2022 15:45:08 +0200
Disable tlmgr for now
Diffstat:
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