mskyaxl / wsl-terminal

Terminal emulator for Windows Subsystem for Linux (WSL)
MIT License
3.12k stars 158 forks source link

one line install command fails #142

Closed bbrendon closed 4 years ago

bbrendon commented 5 years ago

bash -c "wget https://github.com/goreliu/wsl-terminal/releases/download/v0.8.12/wsl-terminal-0.8.12.7z && 7z x wsl-terminal-0.8.12.7z"

Results: /bin/bash: 7z: command not found

keikun17 commented 5 years ago

you need 7z sudo apt-get install p7zip-full

bbrendon commented 5 years ago

Maybe update the docs?

sudo apt-get install p7zip-full && bash -c "wget https://github.com/goreliu/wsl-terminal/releases/download/v0.8.12/wsl-terminal-0.8.12.7z && 7z x wsl-terminal-0.8.12.7z"