環境を作る
multipassで仮想マシンの立ち上げ
multipass launch 20.04 --cpus 2 --name ubuntu --mount /Users/ishikawaryoufutoshi/tinet:/mnt/c/tinet
imageが残っている場合はdeleteしてpurgeするとうまくいく
仮想マシンが立ち上がれば
multipass shell ubuntu
rootユーザになり
ubuntu@ubuntu:~$ sudo passwd root
New password:
Retype new password:
passwd: password updated successfully
ubuntu@ubuntu:~$ su
Password:
root@ubuntu:/home/ubuntu#
でセットアップスクリプトを実行
root@ubuntu:/mnt# bash /mnt/c/tinet/setup_mac.sh
色々苦戦したが/opt/tinetに移動させてwhich tinetがusr/local/binになるように設定完了