From 9a91b9ff8e066456795461d929d9ba9f02de3d3b Mon Sep 17 00:00:00 2001 From: daijro Date: Wed, 14 Aug 2024 20:20:43 -0500 Subject: [PATCH] Fix package "aria2c" -> "aria2" #1 aria2c is provided by the aria2 package. https://launchpad.net/ubuntu/focal/+package/aria2 --- Dockerfile | 2 +- Makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 00548d8..a43e7f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \ # Python python3 python3-dev python3-pip \ # Camoufox build system tools - git p7zip-full golang-go aria2c + git p7zip-full golang-go aria2 # Fetch Firefox & apply initial patches RUN make setup-minimal && \ diff --git a/Makefile b/Makefile index 6cf998c..663c442 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ export cf_source_dir := camoufox-$(version)-$(release) ff_source_tarball := firefox-$(version).source.tar.xz -debs := python3 python3-dev python3-pip p7zip-full golang-go msitools wget aria2c -rpms := python3 python3-devel p7zip golang msitools wget aria2c -pacman := python python-pip p7zip go msitools wget aria2c +debs := python3 python3-dev python3-pip p7zip-full golang-go msitools wget aria2 +rpms := python3 python3-devel p7zip golang msitools wget aria2 +pacman := python python-pip p7zip go msitools wget aria2 .PHONY: help fetch setup setup-minimal clean set-target distclean build package build-launcher check-arch revert edits run bootstrap mozbootstrap dir package-linux package-macos package-windows vcredist_arch