Skip to content
Snippets Groups Projects
Commit 08b280f0 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Install dependencies for apt-key before adding toolchain repo

parent 2bbe2fb6
No related branches found
No related tags found
No related merge requests found
before_script: before_script:
- | - |
apt-get install -qq build-essential gnupg nasm pkg-config fuse libfuse-dev genisoimage syslinux realpath &&
apt-key adv -q --batch --yes --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F && apt-key adv -q --batch --yes --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F &&
add-apt-repository 'deb https://static.redox-os.org/toolchain/apt ./' && add-apt-repository 'deb https://static.redox-os.org/toolchain/apt ./' &&
apt-get update -qq && apt-get update -qq &&
apt-get purge -qq binutils-doc && apt-get purge -qq binutils-doc &&
apt-get install -qq build-essential nasm pkg-config fuse libfuse-dev genisoimage syslinux realpath x86-64-unknown-redox-gcc && apt-get install -qq x86-64-unknown-redox-gcc &&
modprobe fuse && modprobe fuse &&
chmod 666 /dev/fuse && chmod 666 /dev/fuse &&
chown root:$USER /etc/fuse.conf && chown root:$USER /etc/fuse.conf &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment