used unpack in all scripts

This commit is contained in:
Mikhail Tergoev
2025-06-19 13:07:30 +03:00
parent 6b5d7736b6
commit 57a77b608d
30 changed files with 45 additions and 45 deletions

View File

@ -23,7 +23,7 @@ prepair_wine
# Функция для распаковки файла
unpack_file() {
local archive="$1"
7z x -y "$archive" -o"${UNPACK_RESOURCES}"
unpack "$archive" "${UNPACK_RESOURCES}"
}
# Функция для установки .msi файлов