Skip to content

Commit

Permalink
Update debian.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Dec 20, 2024
1 parent c31af5c commit 6119adb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ apt install -y libnuma1
apt install -y libaio1
apt install -y libmecab2

apt install -y dnsutils

P_VER=`python3 -V | awk '{print $2}'`
if version_ge "$P_VER" "3.11.0" ;then
echo -e "\e[1;31mapt install python3.12-venv\e[0m"
Expand Down

0 comments on commit 6119adb

Please sign in to comment.