oh-my-zsh-installer 缺个依赖……
Tofloor
poster avatar
ckurobac
deepin
2018-09-01 15:58
Author
本帖最后由 ckurobac 于 2018-9-2 05:58 编辑
  1. $ apt show oh-my-zsh-installer
  2. Package: oh-my-zsh-installer
  3. Version: 0.0~git20160512
  4. Priority: optional
  5. Section: misc
  6. Source: oh-my-zsh
  7. Maintainer: 宋文武
  8. Installed-Size: 9,216 B
  9. Depends: zsh
  10. Homepage: http://ohmyz.sh/
  11. Download-Size: 1,404 B
  12. APT-Manual-Installed: yes
  13. APT-Sources: http://packages.deepin.com/deepin panda/main amd64 Packages
  14. Description: Oh My ZSH (online installer)
Copy the Code

  1. $ cat /usr/bin/install-oh-my-zsh
  2. #!/bin/sh

  3. set -e

  4. curl -L http://install.ohmyz.sh | sh
Copy the Code
一打开就一脸无辜的跟我说curl not found
哦对了这玩意应该还要git……


Reply Favorite View the author
All Replies
avatar
177******38
deepin
2018-09-01 20:47
#1
你应该先sudo apt install curl
Reply View the author
avatar
何来
deepin
2018-09-02 10:45
#2
本帖最后由 d-d-d-d-d 于 2018-9-2 02:50 编辑

或者安装git。
Reply View the author
avatar
ckurobac
deepin
2018-09-02 11:29
#3
楼上两位,重点不对啊……
这是个打包错误……
Reply View the author