blob: 911bbf3b3044c762a3afa367d958cb3f910c161d (
plain)
1
2
3
4
5
6
7
8
9
|
post_install(){
echo 'You need to the IP (127.0.0.1) in'
echo '/usr/lib/systemd/system/rustdesk-server.service'
echo 'to your server ip or domain'
}
post_upgrade(){
post_install
}
|