Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
oh-my-zsh-installer 缺个依赖……
Apps Section
656
views ·
3
replies ·
To
floor
Go
ckurobac
deepin
2018-09-01 15:58
Author
本帖最后由 ckurobac 于 2018-9-2 05:58 编辑
$ apt show oh-my-zsh-installer
Package: oh-my-zsh-installer
Version: 0.0~git20160512
Priority: optional
Section: misc
Source: oh-my-zsh
Maintainer: 宋文武
Installed-Size: 9,216 B
Depends: zsh
Homepage: http://ohmyz.sh/
Download-Size: 1,404 B
APT-Manual-Installed: yes
APT-Sources: http://packages.deepin.com/deepin panda/main amd64 Packages
Description: Oh My ZSH (online installer)
Copy the Code
$ cat /usr/bin/install-oh-my-zsh
#!/bin/sh
set -e
curl -L http://install.ohmyz.sh | sh
Copy the Code
一打开就一脸无辜的跟我说curl not found
哦对了这玩意应该还要git……
Reply
Like 0
Favorite
View the author
All Replies
177******38
deepin
2018-09-01 20:47
#1
你应该先sudo apt install curl
Reply
Like 0
View the author
何来
deepin
2018-09-02 10:45
#2
本帖最后由 d-d-d-d-d 于 2018-9-2 02:50 编辑
或者安装git。
Reply
Like 0
View the author
ckurobac
deepin
2018-09-02 11:29
#3
楼上两位,重点不对啊……
这是个打包错误……
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
【Enhanced Repo】Better Deepin Repo is released
Update driver for my computer
Popular Events
More
哦对了这玩意应该还要git……