File: templates

package info (click to toggle)
scrcpy 3.3.4-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 2,832 kB
  • sloc: ansic: 22,489; java: 10,142; sh: 953; xml: 94; makefile: 30
file content (20 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Template: scrcpy/update_server
Type: boolean
Default: true
_Description: Manage scrcpy server downloads automatically?
 scrcpy cannot work without a copy of the /usr/share/scrcpy/scrcpy-server
 binary, which needs to be fetched from upstream.
 .
 Please specify whether you want this to be done automatically every time scrcpy
 itself is upgraded.
 .
 If you accept this option, the server binary will be downloaded now, and during
 every upgrade of scrcpy. This will fail if wget / curl, and ca-certificates are
 not available.
 .
 If you reject this option, you will need to fetch the server binary manually,
 for instance by using "sudo /usr/libexec/scrcpy-update-server" yourself. While
 scrcpy might work with a mismatching server, this can cause hard-to-debug
 problems.
 .
 You can change your choice later with "sudo dpkg-reconfigure scrcpy".