diff --git a/Rootfs/CentOS_Stream/amd64/centos-rootfs-amd64.tar.xz b/Rootfs/CentOS_Stream/amd64/centos_stream-rootfs-amd64.tar.xz similarity index 100% rename from Rootfs/CentOS_Stream/amd64/centos-rootfs-amd64.tar.xz rename to Rootfs/CentOS_Stream/amd64/centos_stream-rootfs-amd64.tar.xz diff --git a/Rootfs/CentOS_Stream/arm64/centos-rootfs-arm64.tar.xz b/Rootfs/CentOS_Stream/arm64/centos_stream-rootfs-arm64.tar.xz similarity index 100% rename from Rootfs/CentOS_Stream/arm64/centos-rootfs-arm64.tar.xz rename to Rootfs/CentOS_Stream/arm64/centos_stream-rootfs-arm64.tar.xz diff --git a/Scripts/Installer/CentOS/centos_stream.sh b/Scripts/Installer/CentOS/centos.sh similarity index 97% rename from Scripts/Installer/CentOS/centos_stream.sh rename to Scripts/Installer/CentOS/centos.sh index 3faeaa8..1d2b125 100644 --- a/Scripts/Installer/CentOS/centos_stream.sh +++ b/Scripts/Installer/CentOS/centos.sh @@ -24,7 +24,7 @@ if [ "$first" != 1 ];then *) echo "unknown architecture"; exit 1 ;; esac - wget "https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Rootfs/CentOS/${archurl}/centos_stream-rootfs-${archurl}.tar.xz" -O $tarball + wget "https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Rootfs/CentOS/${archurl}/centos-rootfs-${archurl}.tar.xz" -O $tarball fi cur=`pwd` mkdir -p "$folder" diff --git a/Scripts/Installer/CentOS_Stream/centos_stream.sh b/Scripts/Installer/CentOS_Stream/centos_stream.sh index 3faeaa8..bc776e9 100644 --- a/Scripts/Installer/CentOS_Stream/centos_stream.sh +++ b/Scripts/Installer/CentOS_Stream/centos_stream.sh @@ -24,7 +24,7 @@ if [ "$first" != 1 ];then *) echo "unknown architecture"; exit 1 ;; esac - wget "https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Rootfs/CentOS/${archurl}/centos_stream-rootfs-${archurl}.tar.xz" -O $tarball + wget "https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Rootfs/CentOS_Stream/${archurl}/centos_stream-rootfs-${archurl}.tar.xz" -O $tarball fi cur=`pwd` mkdir -p "$folder"