Compare commits
No commits in common. "776c365408a97c8c90a4080f607b519f91388191" and "5109321212e5065d9a3908005299e6caf2aa9dee" have entirely different histories.
776c365408
...
5109321212
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,6 @@ apt-get update \
|
|||
cargo \
|
||||
command-not-found \
|
||||
curl \
|
||||
diffr \
|
||||
elinks \
|
||||
eza \
|
||||
fd-find \
|
||||
|
@ -49,6 +48,8 @@ apt-get update \
|
|||
pipx \
|
||||
&& apt-file update
|
||||
|
||||
cargo install --root /usr/local diffr
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue