commit
76e0f11d5a
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2022-present - The JELOS Project (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
PKG_NAME="portmaster"
|
||||
PKG_VERSION="8.5.2_0811"
|
||||
PKG_VERSION="8.5.13_1130"
|
||||
PKG_SITE="https://github.com/PortsMaster/PortMaster-GUI"
|
||||
PKG_URL="${PKG_SITE}/releases/download/${PKG_VERSION}/PortMaster.zip"
|
||||
COMPAT_URL="https://github.com/brooksytech/JelosAddOns/raw/main/compat.zip"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
. /etc/profile
|
||||
|
||||
if [[ "${UI_SERVICE}" =~ weston.service ]]; then
|
||||
case ${QUIRK_DEVICE} in
|
||||
case "${QUIRK_DEVICE}" in
|
||||
"Hardkernel ODROID-GO-Ultra"|"Powkiddy RGB10 MAX 3"|"Hardkernel ODROID-N2*")
|
||||
#Fixing ports on S922X, exclude FNA games
|
||||
for port in /storage/roms/ports/*.sh; do
|
||||
|
|
Loading…
Reference in a new issue