Skip to content

Commit a81153b

Browse files
committed
Updated start scripts
1 parent ee7fe3c commit a81153b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

start.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
#!/bin/bash
2-
tmux new-session -d -s arcade './start_arcade.sh'
2+
export DISPLAY=:0
3+
cd /home/maker/MakerSpaceArcade
4+
source venv/bin/activate
5+
python main.py

start_arcade.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)