Moved lib.sh into dependents directories
This commit is contained in:
parent
e249217c48
commit
4d1bd4b677
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
. ../lib.sh # Include library
|
||||
. ./lib.sh # Include library
|
||||
|
||||
# Image
|
||||
DISTRIB="archlinux"
|
||||
|
|
Loading…
Reference in New Issue