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