Skip to content

Commit ad1ca30

Browse files
committed
use apt-get to replace apt
1 parent 68aa481 commit ad1ca30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install_ubuntu.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22

3-
sudo apt update
4-
sudo apt upgrade -y
3+
sudo apt-get update
4+
sudo apt-get upgrade -y
55

6-
sudo apt install python3 python3-pip gcc git libncurses5-dev gcc-arm-none-eabi binutils-arm-none-eabi gdb-multiarch qemu qemu-system-arm -y
6+
sudo apt-get install python3 python3-pip gcc git libncurses5-dev gcc-arm-none-eabi binutils-arm-none-eabi gdb-multiarch qemu qemu-system-arm -y
77
python3 -m pip install scons==4.4.0 requests
88
python3 -m pip install -U pyocd
99

0 commit comments

Comments
 (0)