mirror of
https://github.com/safing/portmaster
synced 2026-05-01 21:10:33 +00:00
Migrate tauri to new config
This commit is contained in:
parent
7ee1faa68c
commit
f15958b091
15 changed files with 193 additions and 82 deletions
6
packaging/linux/postinst
Normal file
6
packaging/linux/postinst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
systemctl daemon-reload
|
||||
systemctl enable portmaster.service
|
||||
|
||||
echo "Please reboot your system"
|
||||
Loading…
Add table
Add a link
Reference in a new issue