Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packages required by multi-languages for Firefox, Thunderbird & Chromium Browser #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions simpleimage/make_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BF428671
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 56A3D45E
add-apt-repository "deb http://ppa.launchpad.net/longsleep/ubuntu-pine64-flavour-makers/ubuntu xenial main"
add-apt-repository "deb http://ppa.launchpad.net/ayufan/pine64-ppa/ubuntu xenial main"
add-apt-repository -y ppa:ubuntu-mozilla-security/ppa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will not work OK with debian. Could we fix that?

curl -fsSL http://deb.ayufan.eu/orgs/ayufan-pine64/archive.key | apt-key add -
apt-get -y update
apt-get -y install sudo sunxi-disp-tool \
Expand Down