Skip to content

Commit

Permalink
remove printf debugging
Browse files Browse the repository at this point in the history
I by mistake left in some of the echo debugging while I was working on the script. So i removed it
  • Loading branch information
Subarctic2796 authored Jul 7, 2024
1 parent 54f1c91 commit 098202e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,22 +184,18 @@ install_additional_dependencies() {
./nvim.appimage --appimage-extract
${SUDO_CMD} mv squashfs-root /opt/neovim
${SUDO_CMD} ln -s /opt/neovim/AppRun /usr/bin/nvim
echo "apt"
;;
*zypper)
${SUDO_CMD} zypper refresh
${SUDO_CMD} zypper install -y neovim
echo "zypper"
;;
*dnf)
${SUDO_CMD} dnf check-update
${SUDO_CMD} dnf install -y neovim
echo "dnf"
;;
*pacman)
${SUDO_CMD} pacman -Syu
${SUDO_CMD} pacman -S --noconfirm neovim
echo "pacman"
;;
*)
echo "No supported package manager found. Please install neovim manually."
Expand Down

0 comments on commit 098202e

Please sign in to comment.