Transparently use run0 instead of sudo
This commit is contained in:
parent
5ca5d6386d
commit
6f3c6f0409
2 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue