Skip to content

Commit 0eb0b01

Browse files
Merge pull request #58 from oracle-quickstart/update-cloud-init
Update cloud init
2 parents 0ce2acc + ff26eb0 commit 0eb0b01

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

files/oke-ubuntu-cloud-init.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ while fuser /var/{lib/{dpkg/{lock,lock-frontend},apt/lists},cache/apt/archives}/
2525
sleep 1
2626
done
2727

28-
apt-get -y update
29-
30-
apt-get -y install $oke_package_name
28+
apt-get -y update && apt-get -y install $oke_package_name
3129

3230
# OKE bootstrap
3331
oke bootstrap

0 commit comments

Comments
 (0)