9 lines
163 B
Python
9 lines
163 B
Python
from commands.util import pacman
|
|
|
|
|
|
def config():
|
|
print("""
|
|
Your config can be found at
|
|
""")
|
|
pacman.install_package_list(["chromium"])
|