parent
3beba042d4
commit
a1382dd739
@ -1,19 +1,13 @@
|
||||
### Install Chromium if not already installed
|
||||
if ! command -v chromium-browser &> /dev/null
|
||||
then
|
||||
apt-get install chromium-browser
|
||||
fi
|
||||
|
||||
### APP
|
||||
|
||||
# Dynamically get path to chrome executable and use it here
|
||||
CHROME_PATH=$(which chromium-browser)
|
||||
$CHROME_PATH --kiosk ----app=file:///app/index.html
|
||||
open app/index.html
|
||||
# ^ This should be to run it in fullscreen / kiosk mode
|
||||
|
||||
### Start whisper.cpp and stuff?
|
||||
|
||||
### CORE
|
||||
|
||||
cd core/
|
||||
pip install poetry
|
||||
poetry install
|
||||
poetry run bash start.sh
|
||||
|
Loading…
Reference in new issue