From ccc13b7d8a65e3321cb70af659b8169684a71316 Mon Sep 17 00:00:00 2001 From: Ryan Amos <49767442+rbamos@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:29:19 -0400 Subject: [PATCH] Remove unneeded code --- .gitignore | 1 + setup.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f11b75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ diff --git a/setup.sh b/setup.sh index 5f3a663..aa18e34 100755 --- a/setup.sh +++ b/setup.sh @@ -120,7 +120,6 @@ else [[ "$kernel_name" == "Linux" ]] sudo apt install -y nodejs sudo apt install -y npm sudo npm install -g @noovolari/leapp-cli - # brew install Noovolari/brew/leapp-cli fi if [[ "${CONFIGURE_LEAPP}" == "0" ]]; then