Skip to content

Commit 8733452

Browse files
committed
upgrade bugfix
1 parent c1eee8d commit 8733452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COLOR='\033[92m'
2929
ENDC='\033[0m'
3030

3131
# Установить дополнительные зависимости
32-
apt-get install -y libsecp256k1-dev libsodium-dev
32+
apt-get install -y libsecp256k1-dev libsodium-dev ninja-build
3333

3434
# Go to work dir
3535
cd ${srcdir}

0 commit comments

Comments
 (0)