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

Change the call to slim --version in install-slim.sh #462

Closed notemptylist closed 1 year ago

notemptylist commented 1 year ago

Signed-off-by: Yuriy Kovalchuk yk@koduro.com

Fixes-#461

What

Changed the call from 'docker-slim' to 'slim'

Why

The renaming effort must have missed this call.

How Tested

Tested by running the script on Ubuntu 22.04.1 LTS

$ curl -sL https://raw.githubusercontent.com/notemptylist/slim/master/scripts/install-slim.sh | sudo -E bash - Slim scripted install

kcq commented 1 year ago

thanks for the PR @notemptylist !