summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorValleyKnight <[email protected]>2021-05-11 13:13:11 -0400
committerValleyKnight <[email protected]>2021-05-11 13:13:11 -0400
commit2ddca09514cc56f66b1b6ede127c6284a6dade1b (patch)
treef7ae9a140894bfc5ad36835f633f650e65454378 /scripts
parentcf13e084e331da73b9f0168a9d46607f5b538af9 (diff)
add gentoolkit to deps
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get.sh b/scripts/get.sh
index 6592324e2..23f3272c1 100755
--- a/scripts/get.sh
+++ b/scripts/get.sh
@@ -158,7 +158,7 @@ install_tools()
{ pkg help >/dev/null 2>&1 && $sudoprefix pkg install -y git readline ccache ncurses; } || # freebsd
{ apk --version >/dev/null 2>&1 && $sudoprefix apk add git gcc g++ make readline-dev ncurses-dev libc-dev linux-headers; }
}
-test_tools || { install_tools && test_tools; } || my_exit "$(echo -e 'Dependencies Installation Fail\nThe getter currently only support these package managers\n\t* apt\n\t* yum\n\t* zypper\n\t* pacman\n\t* portage\nPlease install following dependencies manually:\n\t* git\n\t* build essential like `make`, `gcc`, etc\n\t* libreadline-dev (readline-devel)\n\t* ccache (optional)')" 1
+test_tools || { install_tools && test_tools; } || my_exit "$(echo -e 'Dependencies Installation Fail\nThe getter currently only support these package managers\n\t* apt\n\t* yum\n\t* zypper\n\t* pacman\n\t* portage\nPlease install following dependencies manually:\n\t* git\n\t* build essential like `make`, `gcc`, etc\n\t* libreadline-dev (readline-devel)\n\t* ccache (optional)\n\t* gentoolkit (only for Portage if on Gentoo)')" 1
projectdir=$tmpdir
if [ 'x__local__' = "x$branch" ]; then
if [ -d '.git' ]; then