clone_fedora_repos/chrome.sh

5 lines
No EOL
406 B
Bash

#!/bin/bash
path="AllVersion/google_64"
url="http://dl.google.com/linux/chrome/rpm/stable/x86_64/"
container_name="google_64"
ssh ansibleuser@repo.neuro.uni-bremen.de "sudo docker run -v /web:/web --name container_$container_name --rm fedora_repo /bin/bash -c 'dnf reposync --remote-time --newest-only --delete --download-metadata --norepopath -p /web/repos/Fedora/$path --repofrompath=x,$url --repoid=x'"