mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
aaf774846c
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
3 lines
71 B
Bash
3 lines
71 B
Bash
#!/bin/sh
|
|
export LXD_HOME=/opt/lxd
|
|
export PATH=${LXD_HOME}/bin:${PATH}
|