Skip to content

Commit

Permalink
Update from base builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Jan 14, 2025
1 parent fd6afb4 commit 2e4826f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ if [ -z "$_conf" ] ; then
fi




VM_HOST_IP="192.168.122.1"
VM_HOST_IP_LISTEN_PORT=48392

. "$_conf"


Expand Down Expand Up @@ -279,7 +274,7 @@ ssh $osname sh <<EOF
echo 'StrictHostKeyChecking=no' >.ssh/config
echo "Host host" >>.ssh/config
echo " HostName $VM_HOST_IP" >>.ssh/config
echo " HostName 192.168.122.1" >>.ssh/config
echo " User $USER" >>.ssh/config
echo " ServerAliveInterval 1" >>.ssh/config
Expand Down

0 comments on commit 2e4826f

Please sign in to comment.