plex-desktop: update script shouldn't commit changes

This commit is contained in:
detroyejr
2025-02-20 10:25:04 -05:00
parent 8bb480e0e3
commit 8a135e8acf
-13
View File
@@ -69,16 +69,3 @@ sed --regexp-extended \
-e 's/version\s*=\s*".*"\s*;/version = "'"${upstream_version}"'";/' \
-i "$plex_nix"
#
# try to build the updated version
#
export NIXPKGS_ALLOW_UNFREE=1
if ! nix-build -A plex-desktop "$nixpkgs"; then
echo "The updated plex-desktop failed to build."
exit 1
fi
# Commit changes
git add "$plex_nix"
git commit -m "plex-desktop: ${current_version} -> ${upstream_version}"