From 51a44cd95fd27791aaac99e4d80e7f43cb23e0f0 Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Wed, 7 Jun 2023 13:24:01 +0000 Subject: [PATCH] nextpnr-xilinx-install: Missed -y flag for apt install --- nextpnr-xilinx-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextpnr-xilinx-install b/nextpnr-xilinx-install index ee25018..d1cfd15 100755 --- a/nextpnr-xilinx-install +++ b/nextpnr-xilinx-install @@ -27,7 +27,7 @@ pip3 install textx # this really doesn't work properly, antlr is still not correctly # detected, (missing ANTLRconfig.cmake) but at least fasm falls back # to the python version -sudo apt install cmake default-jre-headless uuid-dev libantlr4-runtime-dev +sudo apt install -y cmake default-jre-headless uuid-dev libantlr4-runtime-dev apt-get install -y wget wget https://files.pythonhosted.org/packages/78/4c/94fb3bdb87bea21406c0e5da375f0b10d7b1e4b5103cea453a2de23b5d61/fasm-0.0.2.post88.tar.gz -- 2.30.2