Combine commands
This commit is contained in:
parent
610663cbe2
commit
7ee5e19356
1 changed files with 1 additions and 2 deletions
|
@ -488,8 +488,7 @@ write_files:
|
|||
sudo apt install -y build-essential git autoconf texinfo libncurses-dev libgnutls28-dev libjansson-dev libgccjit-11-dev pkg-config zlib1g-dev libtree-sitter-dev
|
||||
|
||||
# Clone the Emacs repository
|
||||
git clone git://git.sv.gnu.org/emacs.git
|
||||
cd emacs
|
||||
git clone git://git.sv.gnu.org/emacs.git ~/emacs-src && cd emacs-src
|
||||
|
||||
# Check out the Emacs-29 branch (replace 'emacs-29' with the specific version if different)
|
||||
git checkout emacs-29
|
||||
|
|
Loading…
Add table
Reference in a new issue