mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
Merge pull request #2334 from flatcar/dongsu/github-actions-apt-update
.github: run apt-get update before installing native Ubuntu packages
This commit is contained in:
commit
532215b35b
@ -3,6 +3,7 @@
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
sudo ln -sfn /bin/bash /bin/sh
|
sudo ln -sfn /bin/bash /bin/sh
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install -y ca-certificates curl git gnupg lbzip2 lsb-release \
|
sudo apt-get install -y ca-certificates curl git gnupg lbzip2 lsb-release \
|
||||||
qemu-user-static
|
qemu-user-static
|
||||||
sudo mkdir -p /etc/apt/keyrings
|
sudo mkdir -p /etc/apt/keyrings
|
||||||
|
Loading…
Reference in New Issue
Block a user