removed the git dependency
I will probably auto-update WHY2 using CURL and some archive library (or just using system() :DD)
This commit is contained in:
parent
7d36275b2a
commit
03f362defd
@ -10,9 +10,9 @@ fi
|
|||||||
|
|
||||||
# Get COMMAND
|
# Get COMMAND
|
||||||
if [[ $DISTRO == "Arch" ]]; then
|
if [[ $DISTRO == "Arch" ]]; then
|
||||||
COMMAND="pacman -S --needed gcc json-c curl make git"
|
COMMAND="pacman -S --needed gcc json-c curl make"
|
||||||
elif [[ $DISTRO == "Ubuntu" ]] || [[ $DISTRO == "Debian" ]]; then
|
elif [[ $DISTRO == "Ubuntu" ]] || [[ $DISTRO == "Debian" ]]; then
|
||||||
COMMAND="apt install gcc libjson-c-dev libcurl4-nss-dev make git"
|
COMMAND="apt install gcc libjson-c-dev libcurl4-nss-dev make"
|
||||||
else
|
else
|
||||||
# 'Unsupported' distro
|
# 'Unsupported' distro
|
||||||
echo "It seems you are using unsupported distribution... Don't worry, just install 'gcc', 'json-c', 'curl' and 'make' and you'll be fine."
|
echo "It seems you are using unsupported distribution... Don't worry, just install 'gcc', 'json-c', 'curl' and 'make' and you'll be fine."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user