Transparently use run0 instead of sudo

This commit is contained in:
Ohad Livne 2025-06-04 22:54:23 +03:00
parent 5ca5d6386d
commit 6f3c6f0409
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 2 additions and 0 deletions

View file

@ -5,3 +5,4 @@ alias ll="eza --binary --group --long"
alias la="ll --all"
alias tree="ll --tree"
alias llblk="lsblk --output NAME,TYPE,FSTYPE,SIZE,MOUNTPOINT,LABEL,PARTLABEL,UUID,PARTUUID"
alias sudo="run0"

View file

@ -107,3 +107,4 @@ META_PKGS=(
run0 --setenv=DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes "${DEB_PKGS[@]}"
run0 --setenv=DEBIAN_FRONTEND=noninteractive apt-get install --install-recommends --yes "${META_PKGS[@]}"
run0 --setenv=DEBIAN_FRONTEND=noninteractive apt-get remove --yes sudo