templeos-plus/Home/Supplemental/Sup1Bin/VirtualBox/vb_install

10 lines
139 B
Plaintext
Raw Normal View History

2023-11-17 00:40:20 +00:00
#!/bin/bash
#Install VirtualBox for the first time.
mkdir /mnt/vb_fuse
chmod 777 /mnt/vb_fuse
mkdir /mnt/vb_disk
chmod 777 /mnt/vb_disk