Skip to content

Commit

Permalink
Update centos.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
exalab999 committed Dec 24, 2023
1 parent 11f1d62 commit 7772bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Installer/CentOS/centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [ -d "$folder" ]; then
first=1
echo "skipping downloading"
fi
tarball="centos_stream-rootfs.tar.xz"
tarball="centos-rootfs.tar.xz"
if [ "$first" != 1 ];then
if [ ! -f $tarball ]; then
echo "Download Rootfs, this may take a while base on your internet speed."
Expand Down

0 comments on commit 7772bed

Please sign in to comment.