diff --git a/post-install.sh b/post-install.sh index a01210c..a10c8ca 100644 --- a/post-install.sh +++ b/post-install.sh @@ -1,5 +1,6 @@ #!/bin/bash +# TODO: ensure that reflector is run when installing packages source ./modules/00-library.sh && source ./modules/01-git.sh && source ./modules/02-base.sh &&