mirror of
https://github.com/buildwithparallel/mm-iot-sdk
synced 2026-08-10 21:27:58 -04:00
This commit introduces version 2.6.4 of the Morse Micro MM-IoT-SDK for microcontroller based platforms.
9 lines
246 B
Text
9 lines
246 B
Text
#
|
|
# Copyright 2022-2023 Morse Micro
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
echo -e "\u001b[32mInstalling required apt packages.\u001b[0m"
|
|
$DRYRUNCMD $SUDO apt-get update
|
|
$DRYRUNCMD $SUDO apt-get -qq install $(cat $SCRIPT_DIR/apt-pkglist.txt)
|