fix: remove emacs-30 branch checkout — použij master (latest)

This commit is contained in:
2026-02-24 20:43:41 +01:00
parent 0fe0f2b9a5
commit 3caa2b98b6

View File

@@ -36,12 +36,9 @@ echo -e "${GREEN}[2/7] Emacs zdroj...${NC}"
if [[ ! -d ~/src/emacs/.git ]]; then
git clone --depth 50 https://github.com/emacs-mirror/emacs.git ~/src/emacs
cd ~/src/emacs
git checkout emacs-30
else
cd ~/src/emacs
git fetch origin
git checkout emacs-30
git pull --rebase origin emacs-30
git pull --rebase
fi
# --- [3/7] Zoom accessibility patch ---