0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

Switch from sh to bash

This commit is contained in:
Andrey Onishchenko
2024-03-02 14:55:37 +03:00
parent c12c5ac539
commit 91332d6088
7 changed files with 10 additions and 10 deletions

View File

@@ -114,7 +114,7 @@ echo "Checking sha256"
echo "${exe_sha256} ${TEMPDIR}/${exe_name}" | sha256sum -c
echo "Repaking ${exe_name}"
sh repack.sh -o "${TEMPDIR}/app" "${TEMPDIR}/${exe_name}"
bash repack.sh -o "${TEMPDIR}/app" "${TEMPDIR}/${exe_name}"
mkdir -p "deb"