nextpnr-xilinx-install: Missed -y flag for apt install
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 7 Jun 2023 13:24:01 +0000 (13:24 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 7 Jun 2023 13:24:01 +0000 (13:24 +0000)
nextpnr-xilinx-install

index ee250185675cbba75e1108b3b1962bca4e073b7a..d1cfd15ecdee2dd54517f9a9c9cba15ebc883c96 100755 (executable)
@@ -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