9 lines
115 B
Python
9 lines
115 B
Python
from src.util import paru_install
|
|
|
|
name = "Btop"
|
|
|
|
|
|
def setup():
|
|
"""top but better"""
|
|
|
|
paru_install("btop")
|