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 69f8c3b commit 87f2abfCopy full SHA for 87f2abf
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
## [0.1.2] - 2022-12-23
6
### Fixed
7
- Key -w now works correctly
8
-
+- Deb package postinst `systemctl daemon-reload`
9
10
## [0.1.1] - 2022-12-21
11
### Added
build/ci/build-deb.sh
@@ -27,6 +27,8 @@ echo "
27
systemctl daemon-reload
28
" > $PKGDIR/DEBIAN/postinst
29
30
+chmod 775 $PKGDIR/DEBIAN/postinst
31
+
32
dpkg-deb --build --root-owner-group $PKGDIR
33
34
rm -rf $PKGDIR
build/ci/cli-build-deb.sh
rm git-syr-cli
0 commit comments