Welcome to mirror list, hosted at ThFree Co, Russian Federation.

update.sh - github.com/torch/distro.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4fcbedd90982a912e816f412dbd4898213a4fafd (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

git fetch
git reset --hard origin/master
# Submodule update is done inside install.sh
./install.sh -s