Skip to content

Commit

Permalink
Adjust the order of software repositories
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed Dec 28, 2024
1 parent ce76786 commit 0d06a8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/make_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ make_rootfs_tarball()
--include="$PACKAGE_LIST" \
sid $1 \
"deb https://mirror.iscas.ac.cn/revyos/revyos-gles-21/ revyos-gles-21 main" \
"deb https://mirror.iscas.ac.cn/revyos/revyos-base/ sid main contrib non-free non-free-firmware" \
"deb https://mirror.iscas.ac.cn/revyos/revyos-addons/ revyos-addons main" \
"deb https://mirror.iscas.ac.cn/revyos/revyos-kernels/ revyos-kernels main" \
"deb https://mirror.iscas.ac.cn/revyos/revyos-addons/ revyos-addons main"
"deb https://mirror.iscas.ac.cn/revyos/revyos-base/ sid main contrib non-free non-free-firmware"
}

make_rootfs()
Expand Down Expand Up @@ -48,4 +48,4 @@ make_rootfs()

# apt update
chroot "$CHROOT_TARGET" sh -c "apt update"
}
}

0 comments on commit 0d06a8a

Please sign in to comment.