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 b81195b commit 271f8cdCopy full SHA for 271f8cd
.github/workflows/deb.yml
@@ -141,9 +141,8 @@ jobs:
141
done
142
for f in ./udev/*; do
143
echo "rm -f /etc/udev/rules.d/$(basename $f)" >> postinstall.sh
144
- echo "rm -f /etc/udev/rules.d/$(basename $f)" >> preremove.sh
145
echo "ln -s /lib/udev/rules.d/$(basename $f) /etc/udev/rules.d/" >> postinstall.sh
146
- echo "rm -f /lib/udev/rules.d/$(basename $f)" >> preremove.sh
+ echo "rm -f /etc/udev/rules.d/$(basename $f)" >> preremove.sh
147
148
echo "ln -sf /opt/hackman/nginx/default /etc/nginx/sites-enabled/default" >> postinstall.sh
149
echo "rm /etc/nginx/sites-enabled/default" >> preremove.sh
0 commit comments