This reverts commit 8cc333d8d5.
This commit is contained in:
@@ -296,18 +296,6 @@ download_ghcup() {
|
||||
esac
|
||||
EOF
|
||||
|
||||
case "${plat}" in
|
||||
"Darwin"|"darwin")
|
||||
case "${arch}" in
|
||||
aarch64|arm64|armv8l)
|
||||
codesign -s - "${GHCUP_BIN}"/ghcup
|
||||
;;
|
||||
*) : ;;
|
||||
esac
|
||||
;;
|
||||
*) : ;;
|
||||
esac
|
||||
|
||||
# shellcheck disable=SC1090
|
||||
edo . "${GHCUP_DIR}"/env
|
||||
eghcup upgrade
|
||||
|
||||
Reference in New Issue
Block a user