From aca3ee253d262a08cddbc2602773f8e802152bef Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 2 Jan 2020 19:55:44 +0200 Subject: [PATCH] rc: update inxi aliases However I am still not certain of their security and wouldn't recommend them. --- rc/bashrc | 6 +++--- rc/zshrc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index 615a780e..c21899c6 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -462,9 +462,9 @@ alias apty="apt -y" alias apt-gety="apt-get -y " alias aptitudey="aptitude -y " -# inxi https://code.google.com/p/inxi/ -alias inxi-install="mkdir -p ~/.local/bin && cd ~/.local/bin && \wget -Nc smxi.org/inxi && chmod +x inxi && cd" -alias inxi-install-root="cd /usr/local/bin;\wget -Nc smxi.org/inxi;chmod +x inxi;./inxi -U;cd" +# inxi - https://smxi.org/docs/inxi.htm +alias inxi-install="mkdir -p ~/.local/bin && cd ~/.local/bin && \wget -Nc https://github.com/smxi/inxi/raw/master/inxi && chmod +x inxi && cd" +alias inxi-install-root="cd /usr/local/bin;\wget -Nc https://github.com/smxi/inxi/raw/master/inxi;chmod +x inxi;./inxi -U;cd" alias inxi-update="inxi -U" # FINEID diff --git a/rc/zshrc b/rc/zshrc index 7c7ac3ed..2bafc9e5 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -460,9 +460,9 @@ alias apt-gety="apt-get -y " alias aptitudey="aptitude -y " alias apty="apt -y" -# inxi https://code.google.com/p/inxi/ -alias inxi-install="mkdir -p ~/.local/bin && cd ~/.local/bin && \wget -Nc smxi.org/inxi && chmod +x inxi && cd" -alias inxi-install-root="cd /usr/local/bin;\wget -Nc smxi.org/inxi;chmod +x inxi;./inxi -U;cd" +# inxi - https://smxi.org/docs/inxi.htm +alias inxi-install="mkdir -p ~/.local/bin && cd ~/.local/bin && \wget -Nc https://github.com/smxi/inxi/raw/master/inxi && chmod +x inxi && cd" +alias inxi-install-root="cd /usr/local/bin;\wget -Nc https://github.com/smxi/inxi/raw/master/inxi;chmod +x inxi;./inxi -U;cd" alias inxi-update="inxi -U" # FINEID