Compare commits

..

3 commits

Author SHA1 Message Date
1cd5b40006 editorconfig: tabs --> tab 2025-04-22 17:22:22 +02:00
78789deb7c added sensible-utils 2025-04-22 17:22:07 +02:00
3dca59f7aa added termux package list 2025-04-22 17:14:11 +02:00

View file

@ -20,7 +20,6 @@ apt-get update \
cargo \ cargo \
command-not-found \ command-not-found \
curl \ curl \
diffr \
elinks \ elinks \
eza \ eza \
fd-find \ fd-find \
@ -49,6 +48,8 @@ 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