There was an error while loading. Please reload this page.
1 parent c444bff commit 12b5775Copy full SHA for 12b5775
1 file changed
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/
342
. $(dirname "$(realpath "$0")")/properties.sh
343
$SUDO mkdir -p $TERMUX_PREFIX
344
$SUDO chown -R $(whoami) /data
345
-$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
346
347
# Install newer pkg-config then what ubuntu provides, as the stock
348
# ubuntu version has performance problems with at least protobuf:
0 commit comments