chore: disable Joplin installation in master setup script
This commit is contained in:
parent
c65f3cee6c
commit
ebf14388b8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue