Apt update before apt install
This commit is contained in:
parent
08b280f027
commit
0b59a5ebdb
|
@ -1,5 +1,6 @@
|
||||||
before_script:
|
before_script:
|
||||||
- |
|
- |
|
||||||
|
apt-get update -qq &&
|
||||||
apt-get install -qq build-essential gnupg nasm pkg-config fuse libfuse-dev genisoimage syslinux realpath &&
|
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 ./' &&
|
||||||
|
|
Loading…
Reference in a new issue