chore: disable Joplin installation in master setup script

This commit is contained in:
Paul M 2025-07-14 20:02:15 -05:00
parent c65f3cee6c
commit ebf14388b8

View file

@ -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; } sudo -u "$SUDO_USER" curl -fsSL https://bun.sh/install | bash || { echo "Bun install failed" >&2; exit 1; }
# Joplin # 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 # Tabby
download_latest_deb "Eugeny/tabby" "tabby.deb" download_latest_deb "Eugeny/tabby" "tabby.deb"