scripts(run-docker): remove symlink creating since docker image is already updated [no ci]

This commit is contained in:
Twaik Yont 2023-11-14 16:28:12 +02:00
parent d24bbf1f04
commit cdb42b8d47
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ $SUDO docker start $CONTAINER_NAME >/dev/null 2>&1 || {
$SEC_OPT \
--tty \
$TERMUX_BUILDER_IMAGE_NAME
$SUDO docker exec $DOCKER_TTY $CONTAINER_NAME sudo ln -s /data/data/com.termux/files/usr/opt/bionic-host /system
if [ "$UNAME" != Darwin ]; then
if [ $(id -u) -ne 1001 -a $(id -u) -ne 0 ]; then
echo "Changed builder uid/gid... (this may take a while)"