periodic Update

This commit is contained in:
Eliezer Croitoru 2024-01-08 09:48:34 +02:00
parent 3025be43c5
commit 25cb6f26be
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,13 @@
all: all:
echo OK echo OK
install-dependencies-ubuntu:
apt update
apt install -y ruby genisoimage cloud-init
install-dependencies-rhel:
dnf install ruby genisoimage -y
rhel: rhel:
cp -fv user-data-rhel user-data cp -fv user-data-rhel user-data
cp -fv meta-data-rhel meta-data cp -fv meta-data-rhel meta-data
@ -48,6 +55,4 @@ ubuntu:
deploy-ubuntu: deploy-ubuntu:
cp -fv ubuntu-master-init.iso ./isos/ cp -fv ubuntu-master-init.iso ./isos/
install-depencies-ubuntu:
apt update
apt install -y ruby genisoimage cloud-init

View File