feat: add feature to update cachyOS in the background
This commit is contained in:
11
bin/cachyos-updater-ui
Executable file
11
bin/cachyos-updater-ui
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Interface graphique CachyOS Updater."""
|
||||
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, "/usr/lib/cachyos-updater")
|
||||
|
||||
from ui import UpdaterApp
|
||||
|
||||
app = UpdaterApp()
|
||||
sys.exit(app.run(sys.argv))
|
||||
Reference in New Issue
Block a user