Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
charles8191 authored Nov 29, 2024
1 parent 1358440 commit c177f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso/9/files/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

curl -Lo /upstream.iso https://repo.almalinux.org/almalinux/9.5/BaseOS/x86_64/os/images/boot.iso
curl -Lo /upstream.iso https://repo.almalinux.org/almalinux/9/BaseOS/x86_64/os/images/boot.iso
rm -vf /output/upstream.iso || true
mkksiso --ks /ks.ks /upstream.iso /output/9.iso

0 comments on commit c177f51

Please sign in to comment.