Fix package "aria2c" -> "aria2" #1

aria2c is provided by the aria2 package.
https://launchpad.net/ubuntu/focal/+package/aria2
This commit is contained in:
daijro 2024-08-14 20:20:43 -05:00
parent 726fcb66db
commit 9a91b9ff8e
2 changed files with 4 additions and 4 deletions

View file

@ -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 && \

View file

@ -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