Fix git missing bug.

This commit is contained in:
BoHung Chiu 2022-02-23 15:46:32 +08:00
parent afcbffe78d
commit b421a009eb
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
ubuntu_version=$(lsb_release -rs)
sudo apt update
sudo apt install git -y
org_pwd=$(pwd)
if [[ $ubuntu_version =~ '14' ]]; then
sudo apt install libgmp-dev -y