Remove ambiguous unicode characters.

This commit is contained in:
cyteen 2024-07-30 11:03:38 +01:00
parent db5493c7a0
commit 280be84407
1 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ echo "*** Getting Zephyr and installing Python dependencies. ***"
echo "*** Installing west with pip3 ***"
# pip3 install -U --user west
# echo export PATH=${HOME}/.local/bin:”$PATH” >>${HOME}/.bashrc
# echo 'export PATH=${HOME}/.local/bin:”$PATH”' >>${HOME}/.bashrc
# if [[ -d ${HOME}/.zshrc.d ]]; then
# echo 'export PATH=${HOME}/.local/bin:"$PATH"' >>${HOME}/.zshrc.d/001_dot_local_path.sh
@ -152,8 +152,8 @@ echo "Installing additional python dependencies via pip3."
pip install -r \
${HOME}/zephyrproject/zephyr/scripts/requirements.txt
echo "Installing Zephyrs toolchain."
#Zephyrs SDK adds several additional tools for the host. Download the SDK installer:
echo "Installing Zephyr's toolchain."
#Zephyr's SDK adds several additional tools for the host. Download the SDK installer:
cd ${HOME}
wget -O /var/tmp/${SDK_FILENAME} ${SDK_URL}/{SDK_FILENAME}