Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiHacker committed Mar 8, 2021
1 parent facd9f3 commit ba243dd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo apt-get update
sudo rm -rf /usr/share/dotnet /usr/local/lib/android/sdk
sudo docker image prune -a -f
sudo apt-get -y install upx-ucl unzip subversion
sudo apt-get -y install unzip subversion
sudo apt-get -y purge dotnet* ghc* google* llvm* mysql* php* zulu* firefox hhvm
sudo apt-get -y autoremove --purge
wget -O - https://raw.githubusercontent.com/friendlyarm/build-env-on-ubuntu-bionic/master/install.sh | sed 's/python-/python3-/g' | /bin/bash
Expand Down
14 changes: 13 additions & 1 deletion config/r4s-rk3399-config
Original file line number Diff line number Diff line change
Expand Up @@ -6411,7 +6411,7 @@ CONFIG_PACKAGE_trojan-go=y
# Configuration
#
# CONFIG_TROJAN_GO_COMPRESS_GOPROXY is not set
CONFIG_TROJAN_GO_COMPRESS_UPX=y
# CONFIG_TROJAN_GO_COMPRESS_UPX=y
CONFIG_PACKAGE_uhttpd=y
# CONFIG_PACKAGE_uhttpd-mod-lua is not set
CONFIG_PACKAGE_uhttpd-mod-ubus=y
Expand Down Expand Up @@ -6717,6 +6717,18 @@ CONFIG_PACKAGE_wwan=y
CONFIG_PACKAGE_xray-core=y
# CONFIG_PACKAGE_xray-geodata is not set

# Xray-core Configuration
#
CONFIG_XRAY_CORE_PROVIDE_V2RAY_CORE=y
# CONFIG_XRAY_CORE_COMPRESS_GOPROXY is not set
# CONFIG_XRAY_CORE_COMPRESS_UPX is not set
# CONFIG_PACKAGE_xray-example is not set
CONFIG_PACKAGE_xray-geodata=y
CONFIG_PACKAGE_xray-plugin=y
# CONFIG_XRAY_PLUGIN_PROVIDE_V2RAY_PLUGIN is not set
# CONFIG_XRAY_PLUGIN_COMPRESS_GOPROXY is not set
# CONFIG_XRAY_PLUGIN_COMPRESS_UPX is not set

#
# Sound
#
Expand Down

0 comments on commit ba243dd

Please sign in to comment.