diff --git a/src/intro/install/linux.md b/src/intro/install/linux.md index 30ad63e..4af4c84 100644 --- a/src/intro/install/linux.md +++ b/src/intro/install/linux.md @@ -20,7 +20,7 @@ Here are the installation commands for a few Linux distributions. ``` console -$ sudo apt-get install \ +$ sudo apt install \ gdb-multiarch \ openocd \ qemu-system-arm @@ -37,7 +37,7 @@ $ sudo apt-get install \ ``` console -$ sudo apt-get install \ +$ sudo apt install \ gdb-arm-none-eabi \ openocd \ qemu-system-arm