浏览代码

correct dependencies

nas 3 年前
父节点
当前提交
4915d2df5e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      install.sh

+ 2
- 2
install.sh 查看文件

@@ -1,5 +1,5 @@
1 1
 #!/bin/sh
2 2
 
3
-echo "Installation des dépendances"
3
+echo "Installing dependencies"
4
+apt install gcc
4 5
 
5
-apt install rapidjson-dev

正在加载...
取消
保存