🗝
summary refs log tree commit diff
path: root/packages/update.py
blob: 70e99599b6f484683cbabcd03c7c8fad8cb9caea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import io
import shutil
import sys
from threading import Thread

from commia.prelude import *
from commia.ssh import ssh_args
from commia.util import getch

run_check([*ssh_args(), "pacman", "-Syu"])