latest update

This commit is contained in:
2025-09-03 20:12:54 +03:00
parent 1ba6617663
commit 8cfb6ba167
3 changed files with 16 additions and 1 deletions

View File

@@ -58,7 +58,9 @@ function settingUpLatestVim {
$user apt install -y libncurses-dev libatk1.0-dev \
libcairo2-dev libx11-dev libxpm-dev libxt-dev \
libpython3-dev ruby-dev lua5.2 liblua5.2-dev libperl-dev git
$user apt install -y python2
# Configure for compilation.
local DIR='/usr/local' # Directory to setup the latest vim build.
if [ $# -gt 0 ]; then