From 8456e743470793414b6eda119844b8a320c138c9 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Tue, 27 Aug 2019 00:10:35 +0200 Subject: [PATCH] setup: remove 404 link, reference to Dockerfile (#859) --- en/setup/dev_env_linux_arch.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/en/setup/dev_env_linux_arch.md b/en/setup/dev_env_linux_arch.md index 8156493ea92..a5190c622fe 100644 --- a/en/setup/dev_env_linux_arch.md +++ b/en/setup/dev_env_linux_arch.md @@ -19,21 +19,7 @@ Then log out and log in for changes to take effect. > **Note** This script installs the (unsupported) latest GCCE from the package manager. MicroRTPS is not built. -Once ArchLinux is installed you can use the docker script -[archlinux_install_script.sh](https://github.com/PX4/containers/blob/master/docker/px4-dev/scripts/archlinux_install_script.sh) -to install all dependencies required for building PX4 firmware. - -To install using this script, enter the following in a terminal: -```sh -wget https://raw.githubusercontent.com/PX4/containers/master/docker/px4-dev/scripts/archlinux_install_script.sh -sudo -s -source ./archlinux_install_script.sh -``` - - - +On Arch Linux there is currently no script to install the dependencies. You can, however, check how the [Arch Linux Dockerfile](https://github.com/PX4/containers/blob/master/docker/px4-dev/Dockerfile_base-archlinux) for reference. ## Manual Installation