mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[Ubuntu] unify apt install calls (#9953)
This commit is contained in:
@@ -18,7 +18,7 @@ echo "deb [ arch=amd64,arm64 signed-by=$GPG_KEY ] $REPO_URL $(lsb_release -cs)/m
|
||||
|
||||
# Install Mongo DB
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y mongodb-org
|
||||
sudo apt-get install mongodb-org
|
||||
|
||||
# remove Mongo DB's apt repository
|
||||
rm $REPO_PATH
|
||||
|
||||
Reference in New Issue
Block a user