NetworkManager/tools/nm-guest-data/bin-nm-deploy.sh.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
195 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -ex
cd /NetworkManager
if [ -f ./config.log ] ; then
make -j 5 install
else
meson install -C build
fi
systemctl daemon-reload
systemctl restart NetworkManager.service