Skip to content

Commit

Permalink
https://forum.openmediavault.org/index.php?thread/51664-http-apt-armb…
Browse files Browse the repository at this point in the history
…ian-com-buster-release-does-not-have-a-release-file/
  • Loading branch information
Your Name authored and kennethjiang committed Mar 11, 2024
1 parent 298c4da commit e10a4f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ ensure_deps() {
report_status "Installing required system packages... You may be prompted to enter password."

PKGLIST="python3 python3-pip python3-virtualenv ffmpeg"
# https://forum.openmediavault.org/index.php?thread/51664-http-apt-armbian-com-buster-release-does-not-have-a-release-file/
sudo sed -i '/^deb http:\/\/apt.armbian.com buster main buster-utils buster-desktop/s/^/# /' /etc/apt/sources.list.d/armbian.list 2>/dev/null || true
sudo apt-get --allow-releaseinfo-change -o Acquire::Check-Valid-Until=false -o Acquire::Check-Date=false update
sudo apt-get install --yes ${PKGLIST}
ensure_venv
Expand Down

0 comments on commit e10a4f5

Please sign in to comment.