void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

fetch_upstream.sh (321B)


      1#!/bin/sh
      2#
      3# changed_templates.sh
      4
      5if command -v chroot-git >/dev/null 2>&1; then
      6	GIT_CMD=$(command -v chroot-git)
      7elif command -v git >/dev/null 2>&1; then
      8	GIT_CMD=$(command -v git)
      9fi
     10
     11/bin/echo -e '\x1b[32mFetching upstream...\x1b[0m'
     12$GIT_CMD fetch --depth 200 git://github.com/void-linux/void-packages.git master