Skip to content

Commit 3d69cbe

Browse files
committed
Fixing argon on Xenial, using sudo
1 parent 32e196f commit 3d69cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-password-argon2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git clone https://github.com/P-H-C/phc-winner-argon2.git libargon2
2222
# compile
2323
pushd libargon2
2424
make test
25-
make install PREFIX=$LIBARGON2_INSTALL_DIR
25+
sudo make install PREFIX=$LIBARGON2_INSTALL_DIR
2626
popd
2727

2828

0 commit comments

Comments
 (0)