We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab9d9c commit 65fb74fCopy full SHA for 65fb74f
scripts/install-slim.sh
@@ -81,6 +81,10 @@ function get_mint() {
81
mv "${TMP_DIR}/dist_${DIST}/mint-sensor" /usr/local/bin/
82
chmod +x /usr/local/bin/mint
83
chmod +x /usr/local/bin/mint-sensor
84
+ mv "${TMP_DIR}/dist_${DIST}/slim" /usr/local/bin/
85
+ mv "${TMP_DIR}/dist_${DIST}/docker-slim" /usr/local/bin/
86
+ chmod +x /usr/local/bin/slim
87
+ chmod +x /usr/local/bin/docker-slim
88
89
echo " - Cleaning up"
90
rm -rf "${TMP_DIR}"
0 commit comments