Skip to content

Commit b1e0f0e

Browse files
committed
Fix atom installer
1 parent 0a4750e commit b1e0f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/tools/atom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ fi
2727
if [ $INSTALL_ONLY = 0 ] ; then
2828
echo "Starting Atom..."
2929
echo "Atom is a GUI application. Make sure to run this script only within the VNC Desktop."
30-
atom
30+
atom --no-sandbox
3131
sleep 10
3232
fi

0 commit comments

Comments
 (0)