Skip to content

Commit

Permalink
Remove zephyr installer file after installation (#9883)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h authored Jan 10, 2022
1 parent 4babd36 commit 8c40dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/install/ubuntu_install_zephyr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ wget --no-verbose -O $ZEPHYR_SDK_FILE \
https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZEPHYR_SDK_VERSION}/zephyr-sdk-${ZEPHYR_SDK_VERSION}-x86_64-linux-setup.run
chmod +x $ZEPHYR_SDK_FILE
"./$ZEPHYR_SDK_FILE" -- -d /opt/zephyr-sdk
rm "$ZEPHYR_SDK_FILE"

0 comments on commit 8c40dfd

Please sign in to comment.