2015-04-10 15:40:02 +02:00
|
|
|
#!/bin/sh
|
2015-04-10 00:53:46 +02:00
|
|
|
#
|
|
|
|
# changed_templates.sh
|
|
|
|
|
2022-09-16 08:50:39 +07:00
|
|
|
PATH="/usr/libexec/chroot-git:$PATH"
|
2019-03-06 23:14:51 -03:00
|
|
|
|
2022-04-16 14:39:39 -04:00
|
|
|
# required by git 2.35.2+
|
2022-09-16 08:50:39 +07:00
|
|
|
git config --global --add safe.directory "$PWD"
|
2022-04-16 14:39:39 -04:00
|
|
|
|
2015-04-10 00:53:46 +02:00
|
|
|
/bin/echo -e '\x1b[32mFetching upstream...\x1b[0m'
|
2022-09-16 08:50:39 +07:00
|
|
|
git fetch --depth 200 https://github.com/void-linux/void-packages.git master
|