diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2025-03-16 01:29:32 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2025-03-16 01:29:32 +0200 |
commit | 586639907bbcf568089c04aced6669116888cdbf (patch) | |
tree | 94049dd14190c06d55cb25146c48110fd1bbcd1e /modules/repositories | |
parent | 49de152cf937b3809e7faf0e4d04a231a641d9fc (diff) | |
download | arching-kaos-tools-586639907bbcf568089c04aced6669116888cdbf.tar.gz arching-kaos-tools-586639907bbcf568089c04aced6669116888cdbf.tar.bz2 arching-kaos-tools-586639907bbcf568089c04aced6669116888cdbf.zip |
All date functions accumulated in _ak_utils
Diffstat (limited to 'modules/repositories')
-rwxr-xr-x | modules/repositories/main.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/repositories/main.sh b/modules/repositories/main.sh index 9c65bf9..8794f59 100755 --- a/modules/repositories/main.sh +++ b/modules/repositories/main.sh @@ -18,6 +18,7 @@ ### along with this program. If not, see <http://www.gnu.org/licenses/>. ### source $AK_LIBDIR/_ak_zblock +source $AK_LIBDIR/_ak_utils PROGRAM="ak-module-$(realpath $0 | rev |cut -d '/' -f 2 | rev)" REPODIR="$HOME/projects" BAREDIR="$HOME/bare" |