zephyr-sdk/zephyr-sdk.install

5 lines
121 B
Plaintext
Raw Normal View History

2018-07-11 18:54:21 -04:00
post_install() {
echo ">>> Create a config file:"
2020-02-29 22:01:12 -05:00
echo ">>> cp /usr/share/zephyr-sdk/zephyrrc ~/.zephyrrc"
2018-07-11 18:54:21 -04:00
}