build: attempt using external qsv for book and lab

This commit is contained in:
rzmk 2025-12-03 06:59:42 -05:00
parent a2996430e7
commit b149c3f385
3 changed files with 2 additions and 1 deletions

1
start
View file

@ -1,6 +1,7 @@
#!/bin/bash
python -m bash_kernel.install
cd ~/path_files && curl -LO "https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv"
export PATH=$HOME/path_files:$PATH
exec "$@"