Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
updating for docker build arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
chris committed Aug 6, 2022
1 parent 4493af2 commit 5488d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-script.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

echo "Downloading latest CentOS Stream 8 iso"
echo "Downloading latest CentOS Stream 8 iso $1 - > http://isoredirect.centos.org/centos/8-stream/isos/x86_64/CentOS-Stream-8-x86_64-$1-boot.iso"
curl -L -o CentOS-Stream.iso http://isoredirect.centos.org/centos/8-stream/isos/x86_64/CentOS-Stream-8-x86_64-"$1"-boot.iso
sha256sum /root/CentOS-Stream.iso

0 comments on commit 5488d3f

Please sign in to comment.