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:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user