mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-18 16:19:26 +00:00
build: fix start script
This commit is contained in:
parent
46674ba20b
commit
219c217b0f
1 changed files with 1 additions and 1 deletions
2
start
2
start
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
python -m bash_kernel.install
|
||||
mkdir ~/path_files && cd ~/path_files && curl -LO "https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv"
|
||||
mkdir ~/path_files && cd ~/path_files && curl -LO "https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv" && chmod +x qsv && cd ~
|
||||
export PATH=$HOME/path_files:$PATH
|
||||
|
||||
exec "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue