diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 89f49f762a9a5b..1d3e936244e76d 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -342,7 +342,7 @@ echo -e 'LANG="en_US.UTF-8"\nLANGUAGE="en_US:en"\n' | $SUDO tee -a /etc/default/ . $(dirname "$(realpath "$0")")/properties.sh $SUDO mkdir -p $TERMUX_PREFIX $SUDO chown -R $(whoami) /data -$SUDO ln -sf /data/data/com.termux/files/usr/opt/bionic-host /system +$SUDO ln -sf /data/data/com.termux/files/usr/opt/aosp /system # Install newer pkg-config then what ubuntu provides, as the stock # ubuntu version has performance problems with at least protobuf: