bootstrap-root: diffr is now available via debian package
This commit is contained in:
parent
6eaf278279
commit
077bb2e2d9
1 changed files with 1 additions and 2 deletions
|
@ -20,6 +20,7 @@ apt-get update \
|
||||||
cargo \
|
cargo \
|
||||||
command-not-found \
|
command-not-found \
|
||||||
curl \
|
curl \
|
||||||
|
diffr \
|
||||||
elinks \
|
elinks \
|
||||||
eza \
|
eza \
|
||||||
fd-find \
|
fd-find \
|
||||||
|
@ -48,8 +49,6 @@ apt-get update \
|
||||||
pipx \
|
pipx \
|
||||||
&& apt-file update
|
&& apt-file update
|
||||||
|
|
||||||
cargo install --root /usr/local diffr
|
|
||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/cleanup.sh \
|
curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/cleanup.sh \
|
||||||
&& chmod u+x /usr/local/sbin/cleanup.sh
|
&& chmod u+x /usr/local/sbin/cleanup.sh
|
||||||
|
|
Loading…
Reference in a new issue