fixup-firefox-bin
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit
Details
dustin/photoframe2/pipeline/pr-dev/ci There was a failure building this commit
Details
parent
3d4a98473c
commit
021b9c3724
|
@ -1,2 +1,5 @@
|
|||
sys-boot/raspberrypi-firmware
|
||||
sys-boot/u-boot
|
||||
x11-libs/gtk+
|
||||
media-libs/mesa
|
||||
media-libs/ffmpeg
|
||||
|
|
|
@ -5,6 +5,12 @@
|
|||
|
||||
O=$1
|
||||
|
||||
export PORTAGE_CONFIGROOT="$O"/portage
|
||||
|
||||
${target}-emerge -vbknuUDj --onlydeps www-client/firefox:esr
|
||||
PORTAGE_BINHOST=https://distfiles.gentoo.org/releases/arm64/binpackages/23.0/arm64 \
|
||||
${target}-emerge -vgKnj --root=/mnt/gentoo www-client/firefox:esr
|
||||
|
||||
passwd -R /mnt/gentoo -d root
|
||||
|
||||
systemctl --root=/mnt/gentoo enable wpa_supplicant@wlan0
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
net-wireless/wpa_supplicant
|
||||
www-client/firefox
|
||||
media-video/pipewire
|
||||
|
|
|
@ -22,5 +22,3 @@ dev-libs/nss
|
|||
EOF
|
||||
|
||||
[ -d /etc/portage/gnupg ] || getuto -v
|
||||
PORTAGE_BINHOST=https://distfiles.gentoo.org/releases/arm64/binpackages/23.0/arm64 \
|
||||
${target}-emerge -fvgK --nodeps www-client/firefox:esr
|
||||
|
|
Loading…
Reference in New Issue