Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 173b4b57 authored by Robert Nelson's avatar Robert Nelson
Browse files

sdcard: just install git


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 92f03d69
Branches
Tags
No related merge requests found
...@@ -138,8 +138,8 @@ detect_software () { ...@@ -138,8 +138,8 @@ detect_software () {
if [ "${NEEDS_COMMAND}" ] ; then if [ "${NEEDS_COMMAND}" ] ; then
echo "" echo ""
echo "Your system is missing some dependencies" echo "Your system is missing some dependencies"
echo "Debian/Ubuntu: sudo apt-get install dosfstools git-core kpartx wget parted" echo "Debian/Ubuntu: sudo apt-get install dosfstools git kpartx wget parted"
echo "Fedora: yum install dosfstools dosfstools git-core wget" echo "Fedora: yum install dosfstools dosfstools git wget"
echo "Gentoo: emerge dosfstools git wget" echo "Gentoo: emerge dosfstools git wget"
echo "" echo ""
exit exit
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment