diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-04-07 21:29:53 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-04-07 21:29:53 +0100 |
commit | 9a58956bf3491dd492e1d7cdac4da21f847fb8e9 (patch) | |
tree | ac94d0a6ee686adf2881430e37db115295029257 /src/frontend/cli | |
parent | c1f682729399414e88cac4d5a740b05242657312 (diff) |
rewrite update
Diffstat (limited to 'src/frontend/cli')
-rwxr-xr-x | src/frontend/cli/sisyphus-cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py index 6b3a351..634cb5f 100755 --- a/src/frontend/cli/sisyphus-cli.py +++ b/src/frontend/cli/sisyphus-cli.py @@ -186,7 +186,7 @@ def autoclean(): def update(): """Update the Portage tree, the Redcore Overlay(s), Portage configs and Sisyphus's package database.""" if sisyphus.checkenv.root(): - sisyphus.update.start() + sisyphus.update.start(gfx_ui=False) else: sys.exit("\nYou need root permissions to do this, exiting!\n") |