mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 11:37:00 +00:00
[Ubuntu] unify apt install calls (#9953)
This commit is contained in:
@@ -21,7 +21,7 @@ curl -fsSL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x${GPG_FINGER
|
||||
echo "deb $REPO_URL $(lsb_release -cs) main" > $REPO_PATH
|
||||
|
||||
apt-get update
|
||||
apt-get install --target-release 'o=LP-PPA-mozillateam' -y firefox
|
||||
apt-get install --target-release 'o=LP-PPA-mozillateam' firefox
|
||||
rm $REPO_PATH
|
||||
|
||||
# Document apt source repo's
|
||||
|
||||
Reference in New Issue
Block a user