This commit is contained in:
Paul M 2025-07-14 19:56:09 -05:00
parent 4184e7cc63
commit c65f3cee6c

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; }
# Joplin
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"