mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-26 18:16:39 +01:00
burpsuite: fix font setttings
This commit is contained in:
parent
e077ae63fd
commit
24c5cbc282
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ src_install() {
|
|||
|
||||
newbin - ${PN} <<-EOF
|
||||
#!/bin/sh
|
||||
_JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'
|
||||
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on'
|
||||
java -Xmx2G -jar /opt/${PN}/${MY_P} >/dev/null 2>&1 &
|
||||
EOF
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue