Skip to content

Commit

Permalink
archlinux: fix typo in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Oct 25, 2023
1 parent 373f982 commit 23d633f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distro-build/archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ write_plugin() {
TARBALL_SHA256['aarch64']="$(sha256sum "${ROOTFS_DIR}/archlinux-aarch64-pd-${CURRENT_VERSION}.tar.xz" | awk '{ print $1}')"
TARBALL_URL['arm']="${GIT_RELEASE_URL}/archlinux-arm-pd-${CURRENT_VERSION}.tar.xz"
TARBALL_SHA256['arm']="$(sha256sum "${ROOTFS_DIR}/archlinux-arm-pd-${CURRENT_VERSION}.tar.xz" | awk '{ print $1}')"
EOF
distro_setup() {
${TAB}# Fix environment variables on login or su.
Expand Down

0 comments on commit 23d633f

Please sign in to comment.