fix: remove emacs-30 branch checkout — použij master (latest)
This commit is contained in:
@@ -36,12 +36,9 @@ echo -e "${GREEN}[2/7] Emacs zdroj...${NC}"
|
|||||||
if [[ ! -d ~/src/emacs/.git ]]; then
|
if [[ ! -d ~/src/emacs/.git ]]; then
|
||||||
git clone --depth 50 https://github.com/emacs-mirror/emacs.git ~/src/emacs
|
git clone --depth 50 https://github.com/emacs-mirror/emacs.git ~/src/emacs
|
||||||
cd ~/src/emacs
|
cd ~/src/emacs
|
||||||
git checkout emacs-30
|
|
||||||
else
|
else
|
||||||
cd ~/src/emacs
|
cd ~/src/emacs
|
||||||
git fetch origin
|
git pull --rebase
|
||||||
git checkout emacs-30
|
|
||||||
git pull --rebase origin emacs-30
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# --- [3/7] Zoom accessibility patch ---
|
# --- [3/7] Zoom accessibility patch ---
|
||||||
|
|||||||
Reference in New Issue
Block a user