This commit is contained in:
Jordan Carlin 2024-10-30 15:39:01 -07:00
parent 1636942166
commit e8bcbb42ac
No known key found for this signature in database

View File

@ -128,8 +128,8 @@ else
# Vivado looks for ncurses5 libraries, but Ubuntu 24.04 only has ncurses6 # Vivado looks for ncurses5 libraries, but Ubuntu 24.04 only has ncurses6
# Create symbolic links to the ncurses6 libraries to fool Vivado # Create symbolic links to the ncurses6 libraries to fool Vivado
if (( UBUNTU_VERSION >= 24 )); then if (( UBUNTU_VERSION >= 24 )); then
ln -vsf /lib/x86_64-linux-gnu/libncurses.so.6 /lib/x86_64-linux-gnu/libncurses.so.5 sudo ln -vsf /lib/x86_64-linux-gnu/libncurses.so.6 /lib/x86_64-linux-gnu/libncurses.so.5
ln -vsf /lib/x86_64-linux-gnu/libtinfo.so.6 /lib/x86_64-linux-gnu/libntinfo.so.5 sudo ln -vsf /lib/x86_64-linux-gnu/libtinfo.so.6 /lib/x86_64-linux-gnu/libntinfo.so.5
fi fi
echo -e "${SUCCESS_COLOR}Packages successfully installed.${ENDC}" echo -e "${SUCCESS_COLOR}Packages successfully installed.${ENDC}"