Skip to content

Commit 5701e66

Browse files
committed
Updated "update from upstream"script to fetch stable-3.2
1 parent 7efa875 commit 5701e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_from_upstream.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
git fetch https://gitlab.com/es-de/emulationstation-de/ "3.1.1" # Fetch the latest changes from the remote master branch
3+
git fetch https://gitlab.com/es-de/emulationstation-de/ "stable-3.2" # Fetch the latest changes from the remote master branch
44
git merge FETCH_HEAD # Merge the fetched changes into your current branch
55
echo -e "PLEASE CHECK IF ANYTHING IS CHANGED IN:\n-resources/systems/linux/es_find_rules.xml\n-resources/systems/linux/es_systems.xml"

0 commit comments

Comments
 (0)