WSL 打包DEB bad permissions

在使用WSL制作Debian 安装包Deb时出现下面错误

ERROR: control directory has bad permissions 777 (must be >=0755 and <=0775)

该问题需要修改WSL配置

sudo vi /etc/wsl.conf

添加一下内容:

[automount]
options="metadata"

[boot]
systemd=true

参考文献:

[1]. theos issue#421 . Muirey03 . 2019.6 . https://github.com/theos/theos/issues/421

你可能感兴趣的:(WSL,debian,安装吧)