浏览代码

add -s and /home/terrorist/src/bake to shake call

tags/v20240302
Emil 6 个月前
父节点
当前提交
e31c6adc26
找不到此签名对应的密钥 GPG 密钥 ID: 5432DB986FDBCF8A
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh 查看文件

@@ -2,5 +2,5 @@
cd $(dirname "$(readlink -f "$0")")
SUDO=${SUDO:-sudo}
chmod +x shake
./shake bake.c
./shake bake.c -s $+
$SUDO install -m 755 shake bake ${TARGET:-/usr/local/bin}

正在加载...
取消
保存