slackbuilds/system/lxd/etc-profile-d-lxd.sh

4 lines
71 B
Bash

#!/bin/sh
export LXD_HOME=/opt/lxd
export PATH=${LXD_HOME}/bin:${PATH}