mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-10 03:13:14 -06:00
blah
This commit is contained in:
parent
30cb4b5faf
commit
6e940fc594
1 changed files with 2 additions and 5 deletions
|
@ -51,7 +51,7 @@ from typing import (
|
||||||
Generator,
|
Generator,
|
||||||
)
|
)
|
||||||
|
|
||||||
__version__ = "22.12a3-47-gf069a26-dev"
|
__version__ = "22.12a3-48-g30cb4b5-dev"
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
@ -1030,10 +1030,7 @@ class Viv:
|
||||||
echo(f"Downloaded version: {downloaded_version}")
|
echo(f"Downloaded version: {downloaded_version}")
|
||||||
q = INSTALL_TEMPLATE.format(
|
q = INSTALL_TEMPLATE.format(
|
||||||
src_location="~/.local/share/viv/viv.py", cli_location="~/bin/viv"
|
src_location="~/.local/share/viv/viv.py", cli_location="~/bin/viv"
|
||||||
) + (
|
) + ("Would you like to perform the above " "installation steps?")
|
||||||
"Would you like to perform the above "
|
|
||||||
"installation steps with the following settings?"
|
|
||||||
)
|
|
||||||
|
|
||||||
if confirm(q):
|
if confirm(q):
|
||||||
print("AWAY MAN")
|
print("AWAY MAN")
|
||||||
|
|
Loading…
Reference in a new issue