Merge pull request #443 from ChanningHe/scale-script-fix

set script configshell_fb version to 1.1.30
This commit is contained in:
Travis Glenn Hansen 2025-01-21 00:31:01 -06:00 committed by GitHub
commit 31f215c55a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
# install to root home dir
pip install configshell_fb
pip install configshell_fb==1.1.30
# remove source
cd "${SCRIPTDIR}"