slimtoolkit / slim

Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
Apache License 2.0
19.21k stars 716 forks source link

fixed: unknown --directory flag causing script to fail #478

Closed darklight147 closed 1 year ago

darklight147 commented 1 year ago

Fixes-###

What

installation script not working , after diagnosis the 'mktemp' command doesnt take --directory flag but instead a -d flag

Why

How Tested

sudo ./scripts/install-slim.sh
kcq commented 1 year ago

thanks for the fix @darklight147 !