[Ubuntu] unify apt install calls (#9953)
This commit is contained in:
@@ -13,7 +13,8 @@ curl -fsSL "${REPO_URL}/release.key" | gpg --dearmor -o $GPG_KEY
|
||||
echo "deb [trusted=yes] $REPO_URL ./" > $REPO_PATH
|
||||
|
||||
# install heroku
|
||||
apt-get update -y && apt-get install -y heroku
|
||||
apt-get update
|
||||
apt-get install heroku
|
||||
|
||||
# remove heroku's apt repository
|
||||
rm $REPO_PATH
|
||||
|
||||
Reference in New Issue
Block a user