system76 / firmware-open

System76 Open Firmware
Other
944 stars 84 forks source link

scripts/install-deps.sh fails #514

Closed randomuygvruyv65423654 closed 4 months ago

randomuygvruyv65423654 commented 4 months ago

There is no package with the name devmem2 in Debian 12 If I comment out all the apt lines and run apt install manually the script still fails. If I run git lfs pull && git submodule update --init --recursive --checkout --progress manually the both run with no problem. It only fails in the script.

Steps to reproduce

git clone https://github.com/system76/firmware-open cd firmware-open scripts/install-deps.sh

Expected behavior

packages should install and git submodules should checkout

Actual behavior

E: Unable to locate package devmem2

Or if commented out apt install lines

Reading package lists... Installing GIT LFS hooks Git LFS initialized. Downloading GIT LFS artifacts Not in a Git repository. Failed to install dependencies!

Additional info

crawfxrd commented 4 months ago

Duplicate of #265.

LFS issue is likely caused by a previous failure.