From 219c217b0f7e55b297de5dbd1db3f09a514278c8 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Wed, 3 Dec 2025 07:19:22 -0500 Subject: [PATCH] build: fix start script --- start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start b/start index 5736d04..a5fa49a 100644 --- a/start +++ b/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 "$@" \ No newline at end of file