Skip to content

Commit

Permalink
adjust .sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jun 2, 2024
1 parent bc60ea4 commit 5c516d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions installer2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ for arg in "$@"; do
esac
done

is_directory_writable
is_curl_installed
is_os_supported
is_arch_supported

echo "os: $(os) arch: $(arch)"
# is_directory_writable
# is_curl_installed
# is_os_supported
# is_arch_supported
# echo "os: $(os) arch: $(arch)"
echo "hello"

0 comments on commit 5c516d2

Please sign in to comment.