From faeb15ebd03355510ce99c95651e54cb7a8dfcd4 Mon Sep 17 00:00:00 2001 From: Bjango Date: Sat, 31 Mar 2018 09:04:36 +1100 Subject: [PATCH] quick install updates --- get-istatserver.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/get-istatserver.sh b/get-istatserver.sh index d71b2eb..005270a 100644 --- a/get-istatserver.sh +++ b/get-istatserver.sh @@ -97,7 +97,7 @@ istat_pls() { # Check if OS is supported or find what OS it is like and try that instead case "$lsb_dist" in - ubuntu|debian|raspbian|linuxmint|elementary|centos|fedora|freebsd|dragonfly|netbsd|solus|arch|opensuse|manjaro|slackware) + ubuntu|debian|raspbian|linuxmint|elementary|centos|fedora|freebsd|dragonfly|netbsd|solus|arch|opensuse|manjaro|slackware|sabayon|gentoo) ;; *) case "$lsb_dist_like" in @@ -158,6 +158,9 @@ istat_pls() { slackware) $sh_c "slackpkg -batch=on -default_answer=y install automake autoconf gcc-g++ curl lm_sensors > /dev/null || :" ;; + sabayon|gentoo) + $sh_c "emerge --ask=n automake autoconf gcc curl > /dev/null || :" + ;; *) echo "unsupported OS"; exit 1