acquire.sh 165 B

1234567
  1. #!/bin/bash
  2. set -e
  3. git init
  4. git remote add origin https://git.sr.ht/~tilo15/manifest-utils || echo "Origin already exists"
  5. git fetch
  6. git reset --hard origin/master