summarylogtreecommitdiffstats
path: root/vedv-git.install
blob: 02d0705dcc1fa42b4f73511aba26bcc42e3c2277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
    source /tmp/vedv-git/packages.env

    pip install --break-system-packages "${PKG_PROD_MANJARO_PIP[@]}"

    cat <<'EOF'

    >>> INSTALL VIRTUALBOX-HOST-MODULES
    sudo pacman -Syu --noconfirm --needed "$(mhwd-kernel -li | grep -Po '\(\Klinux\d+\S*(?=\))')-virtualbox-host-modules"
    
    >>> LOAD VBOX KERNEL MODULES
    sudo vboxreload

    >>> CONFIGURE VEDV
    For more information about how to configure vedv, 
    visit: <https://github.com/yunielrc/vedv#configure>
EOF
}