Skip to content

Commit

Permalink
manjaro: 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 23d633f commit 1519fd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distro-build/manjaro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ write_plugin() {
TARBALL_URL['aarch64']="${GIT_RELEASE_URL}/manjaro-aarch64-pd-${CURRENT_VERSION}.tar.xz"
TARBALL_SHA256['aarch64']="$(sha256sum "${ROOTFS_DIR}/manjaro-aarch64-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 1519fd8

Please sign in to comment.