From ebf14388b82582b0b1c60b5957d223430a5b3380 Mon Sep 17 00:00:00 2001 From: Paul M Date: Mon, 14 Jul 2025 20:02:15 -0500 Subject: [PATCH] chore: disable Joplin installation in master setup script --- mastersetup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastersetup.bash b/mastersetup.bash index 259611e..a2daddb 100755 --- a/mastersetup.bash +++ b/mastersetup.bash @@ -140,7 +140,7 @@ echo "Installing Bun..." sudo -u "$SUDO_USER" curl -fsSL https://bun.sh/install | bash || { echo "Bun install failed" >&2; exit 1; } # Joplin -sudo -u "$SUDO_USER" wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash +#sudo -u "$SUDO_USER" wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash # Tabby download_latest_deb "Eugeny/tabby" "tabby.deb"