From c65f3cee6c7c175831ccca31fa5823d9e8855aa8 Mon Sep 17 00:00:00 2001 From: Paul M Date: Mon, 14 Jul 2025 19:56:09 -0500 Subject: [PATCH] moo --- mastersetup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastersetup.bash b/mastersetup.bash index 61b2cc9..259611e 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 -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"