's'
This commit is contained in:
@@ -511,18 +511,6 @@ install_neko_browser() {
|
||||
fi
|
||||
export NEKO_PLUGINS_ENABLED="${NEKO_PLUGINS_ENABLED:-true}"
|
||||
compose_in_service_dir "$neko_dir/docker-compose.yml" up -d
|
||||
if [ "${ENABLE_NEKO_FF:-0}" = "1" ] && [ -f "$neko_dir/docker-compose.firefox.yml" ]; then
|
||||
log "Installing Neko Firefox (second desktop, m1k1o/neko)"
|
||||
local ff_prof="${NEKO_FF_PROFILE_HOST_DIR:-$neko_dir/data/firefox-profile}"
|
||||
mkdir -p "$ff_prof"
|
||||
chmod 777 "$ff_prof" 2>/dev/null || true
|
||||
export NEKO_FF_HTTP_PORT="${NEKO_FF_HTTP_PORT:-9201}"
|
||||
export NEKO_FF_DESKTOP_SCREEN="${NEKO_FF_DESKTOP_SCREEN:-1920x1080@30}"
|
||||
export NEKO_FF_WEBRTC_EPR="${NEKO_FF_WEBRTC_EPR:-52200-52300}"
|
||||
export NEKO_FF_WEBRTC_UDP_RANGE="${NEKO_FF_WEBRTC_UDP_RANGE:-52200-52300}"
|
||||
export NEKO_FF_PROFILE_HOST_DIR="$ff_prof"
|
||||
compose_in_service_dir "$neko_dir/docker-compose.firefox.yml" up -d
|
||||
fi
|
||||
}
|
||||
|
||||
configure_adb_udev() {
|
||||
|
||||
Reference in New Issue
Block a user