bubbles/iso_configs/pylibraries/pepperpy/hooks.py

8 lines
131 B
Python
Raw Normal View History

import os
# Update the package lists
os.system('sudo apt update')
# Install KeePassXC
os.system('sudo apt install -y keepassxc')