Skip to content

Commit e73d0f2

Browse files
committed
[install ubuntu] use -qq to reduce the message
1 parent ad1ca30 commit e73d0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
sudo apt-get update
44
sudo apt-get upgrade -y
55

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
6+
sudo apt-get -qq 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)