We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013f45e commit 983184aCopy full SHA for 983184a
run.sh
@@ -31,7 +31,7 @@ if [ ! -x "$(command -v dg_ctl)" ]; then
31
cmake ..
32
echo "-- make -j$CORES"
33
make -j$CORES
34
- echo $1 | sudo -S make install
+ sudo make install
35
cd ../..
36
fi
37
#检测/usr/local/include/jwt-cpp/jwt.h是否存在
@@ -44,7 +44,7 @@ if [ ! -f "/usr/local/include/jwt-cpp/jwt.h" ]; then
44
45
46
47
48
49
50
0 commit comments