Skip to content

Commit

Permalink
Solve issues macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Oct 23, 2024
1 parent cb14d36 commit d0a3212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ cli() {
echo "${bin_list}" | ${CMD_SUDO} tee -a "${install_list}" > /dev/null

# Remove last line of the script
${CMD_SUDO} head -n -1 "${PLATFORM_BIN}/metacall" | ${CMD_SUDO} tee "${PLATFORM_BIN}/metacall" > /dev/null
${CMD_SUDO} sed -i '' -e '$d' "${PLATFORM_BIN}/metacall"

# Set up command line
echo "CMD=\`grep \"${PLATFORM_BIN}/\$1\" | head -n 1\`" | ${CMD_SUDO} tee -a "${PLATFORM_BIN}/metacall" > /dev/null
Expand Down

0 comments on commit d0a3212

Please sign in to comment.