This commit is contained in:
Jeremy Soller 2018-06-09 19:03:52 -06:00
parent 9b79f82e99
commit bd76eabd72

View file

@ -22,7 +22,8 @@ before_script:
pkg-config \ pkg-config \
software-properties-common \ software-properties-common \
syslinux \ syslinux \
texinfo && texinfo \
wget &&
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 &&