set configshell_fb version to 1.1.30

This commit is contained in:
ChanningHe 2025-01-06 12:07:57 +00:00
parent 7648b0d015
commit 4bda571e52
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ install_nvmetcli() {
python3 setup.py install --install-scripts=${HOME}/.local/bin python3 setup.py install --install-scripts=${HOME}/.local/bin
# install to root home dir # install to root home dir
pip install configshell_fb pip install configshell_fb==1.1.30
# remove source # remove source
cd "${SCRIPTDIR}" cd "${SCRIPTDIR}"