diff --git a/post-install b/post-install index 6ed1e8f..9c3e2c8 100755 --- a/post-install +++ b/post-install @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# TODO fix so it loops through all pages, as it just grabs the first currently +# curl -s https://github.com/stars/CrimsonTome/lists/my-stack | docker run -i jezzay/html-xml-utils hxnormalize -x |docker run -i jezzay/html-xml-utils hxselect -c '#user-list-repositories > div > div > h3' | sed -n 's/.*href="\([^"]*\).*/\1/p' | awk '{print "https://github.com"$0}'|xargs -L1 git clone + + # 'system migration' script designed to be ran once an os installed. # set some variables