Compare commits
No commits in common. "patch_1" and "master" have entirely different histories.
1 changed files with 3 additions and 2 deletions
|
@ -20,7 +20,6 @@ apt-get update \
|
|||
cargo \
|
||||
command-not-found \
|
||||
curl \
|
||||
diffr \
|
||||
elinks \
|
||||
eza \
|
||||
fd-find \
|
||||
|
@ -49,8 +48,10 @@ 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 \
|
||||
curl $CURLOPT -o /usr/local/sbin/cleanup.sh https://git.schmidl.dev/schtobia/bootstrap/raw/branch/master/cleanup/cleanup.sh \
|
||||
&& chmod u+x /usr/local/sbin/cleanup.sh
|
||||
|
||||
# diff-highlight from git is necessary for tig
|
||||
|
|
Loading…
Reference in a new issue