From 8614d9fb0c5f8f099eadfd6259456d4c70034065 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Thu, 29 Feb 2024 16:17:21 +0100 Subject: [PATCH] removed useless macos --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index f91adbc..2833235 100644 --- a/installer.sh +++ b/installer.sh @@ -160,8 +160,8 @@ download_installer() { } linux_install() { - command chmod +x "$installer" || die "Failed to chmod +x $installer for MacOS" - command mv -i "$installer" "$dest" || die "Failed to move $installer to $dest for MacOS" + command chmod +x "$installer" || die "Failed to chmod +x $installer" + command mv -i "$installer" "$dest" || die "Failed to move $installer" } macos_install() { -- GitLab