Skip to content

Commit

Permalink
Update arch_x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn authored Oct 29, 2024
1 parent ae0af74 commit f661123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions baseSystems/arch_x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ trap 'cd "$OPWD"' INT EXIT
mkdir -p ./ArchLinux_localResources && cd ./ArchLinux_localResources

[ ! -f "rootfs.tgz" ] && [ -z "$NO_DOWNLOAD" ] && {
eget2 github.com/Azathothas/flatimage-base --asset="artixlinux.rootfs.tar" --download-only && {
gzip "artixlinux.rootfs.tar" && {
mv "artixlinux.rootfs.tar.gz" "rootfs.tgz"
eget2 github.com/Azathothas/flatimage-base --asset="cachyos.rootfs.tar" --download-only && {
gzip "cachyos.rootfs.tar" && {
mv "cachyos.rootfs.tar.gz" "rootfs.tgz"
# ---
if ! wget -qO "AppRun.rootfs" "https://github.com/xplshn/pelf/raw/refs/heads/pelf-ng/assets/AppRun.rootfs-based"; then
error "Unable to download AppRun.rootfs-based and add it as ./AppRun.rootfs"
Expand Down

0 comments on commit f661123

Please sign in to comment.