interactive intro to open social

try -m flag for flyctl install to skip ownership changes

Changed files
+1 -1
.tangled
workflows
+1 -1
.tangled/workflows/deploy.yaml
··· 15 15 steps: 16 16 - name: install flyctl 17 17 command: | 18 - curl -L https://fly.io/install.sh | sh 18 + curl -L https://fly.io/install.sh | sh -s -- -m 19 19 export FLYCTL_INSTALL="/root/.fly" 20 20 export PATH="$FLYCTL_INSTALL/bin:$PATH" 21 21 flyctl version