2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00

Fix more mistakes in the esxi deploy

This commit is contained in:
Jarrod Johnson 2020-06-09 09:51:48 -04:00
parent 6bbe1a49e0
commit 006db24591

View File

@ -36,8 +36,8 @@ for os in el8 suse15 ubuntu20.04; do
done
mkdir esxi7out
cd esxi7out
cp -a .//opt .
cp -a ../esx7/initramfs/* .
cp -a ../opt .
cp -a ../esxi7/initramfs/* .
tar zcvf ../addons.tgz .
mv ../addons.tgz .
cd ..