Skip to content

Commit

Permalink
Bug Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
exalab999 committed Dec 24, 2023
1 parent cda45e7 commit 11f1d62
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Installer/CentOS_Stream/centos_stream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 11f1d62

Please sign in to comment.