Skip to content

Commit ff26eb0

Browse files
Update oke-ubuntu-cloud-init.sh
1 parent 1861ee8 commit ff26eb0

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)