Skip to content

Commit 65fb74f

Browse files
authored
Update scripts
1 parent 3ab9d9c commit 65fb74f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/install-slim.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ function get_mint() {
8181
mv "${TMP_DIR}/dist_${DIST}/mint-sensor" /usr/local/bin/
8282
chmod +x /usr/local/bin/mint
8383
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
8488

8589
echo " - Cleaning up"
8690
rm -rf "${TMP_DIR}"

0 commit comments

Comments
 (0)