Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 76373df

Browse files
author
Micah Young
committed
Fix prompt for constellation build step
1 parent 15e3e1a commit 76373df

File tree

1 file changed

+1
-1
lines changed
  • tasks/build-constellation

1 file changed

+1
-1
lines changed

tasks/build-constellation/task

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ true ${CONSTELLATION_SRC_DIR:?"!"}
77
true ${OUTPUT_DIR:?"!"}
88

99
apt-get update
10-
apt-get install libdb-dev libsodium-dev zlib1g-dev libtinfo-dev libleveldb-dev
10+
apt-get -y install libdb-dev libleveldb-dev libsodium-dev zlib1g-dev libtinfo-dev
1111

1212
pushd $CONSTELLATION_SRC_DIR
1313
stack install --allow-different-user

0 commit comments

Comments
 (0)