rc: update inxi aliases

However I am still not certain of their security and wouldn't recommend
them.
This commit is contained in:
Aminda Suomalainen 2020-01-02 19:55:44 +02:00
parent 2ae5bc334d
commit aca3ee253d
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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