Apt update before apt install

This commit is contained in:
Jeremy Soller 2018-06-09 17:58:24 -06:00
parent 08b280f027
commit 0b59a5ebdb

View file

@ -1,5 +1,6 @@
before_script:
- |
apt-get update -qq &&
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 &&
add-apt-repository 'deb https://static.redox-os.org/toolchain/apt ./' &&