You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
01/OS/01/start.sh

20 lines
391 B

### 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
### Start whisper.cpp and stuff?
### CORE
cd core/
poetry install
poetry run bash start.sh