diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-02 11:27:47 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-02 11:27:47 -0800 |
commit | 59fd05d0584a77035073e93a538b71a8f409bacb (patch) | |
tree | 75d9f0aa422b1c1b71cbb302dda26b0b945c0e50 /initial-deploy.sh | |
parent | 73f994fed5d40ba53282b75c92658d7fa4616a72 (diff) |
new flake lock
Diffstat (limited to 'initial-deploy.sh')
-rw-r--r-- | initial-deploy.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/initial-deploy.sh b/initial-deploy.sh new file mode 100644 index 0000000..63f1f90 --- /dev/null +++ b/initial-deploy.sh @@ -0,0 +1,6 @@ +#!/bin/sh +# install git first. +mkdir -p ~/org +git clone git@github.com:ret2pop/ret2pop-website ~/org/website +mkdir -p ~/src +git clone git@nullring.xyz:/var/git/publish-org-roam-ui ~/src |