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
|
### APP
|
||||||
|
|
||||||
# Dynamically get path to chrome executable and use it here
|
open app/index.html
|
||||||
CHROME_PATH=$(which chromium-browser)
|
# ^ This should be to run it in fullscreen / kiosk mode
|
||||||
$CHROME_PATH --kiosk ----app=file:///app/index.html
|
|
||||||
|
|
||||||
### Start whisper.cpp and stuff?
|
### Start whisper.cpp and stuff?
|
||||||
|
|
||||||
### CORE
|
### CORE
|
||||||
|
|
||||||
cd core/
|
cd core/
|
||||||
|
pip install poetry
|
||||||
poetry install
|
poetry install
|
||||||
poetry run bash start.sh
|
poetry run bash start.sh
|
||||||
|
Loading…
Reference in new issue