removes install
This commit is contained in:
parent
5eb127ef1f
commit
5d2f57a04e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
if command -v sqlit &> /dev/null; then
|
||||
echo "SQLit already installed."
|
||||
else
|
||||
${pkgs.uv}/bin/uvx install --with mariadb --with PyMySQL --with sshtunnel sqlit-tui
|
||||
${pkgs.uv}/bin/uvx --with mariadb --with PyMySQL --with sshtunnel sqlit-tui
|
||||
fi
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue