mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 19:17:15 +08:00
6 lines
113 B
Bash
6 lines
113 B
Bash
#!/bin/bash
|
|
|
|
echo "Building vboxdrv for `uname -sr`"
|
|
cd "/opt/VirtualBox/src"
|
|
make clean && make && make install
|