ci :remove obsolete neofetch install
This commit is contained in:
parent
4e2b553972
commit
590bc24347
|
@ -55,10 +55,6 @@ jobs:
|
||||||
- name: Show info about all OS
|
- name: Show info about all OS
|
||||||
run: |
|
run: |
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
#sudo apt install -y neofetch
|
|
||||||
#echo -e "\n\n"
|
|
||||||
#neofetch
|
|
||||||
#echo -e "\n\n"
|
|
||||||
echo -e "\n\n OSinfo:\n\n"
|
echo -e "\n\n OSinfo:\n\n"
|
||||||
mkdir -p results
|
mkdir -p results
|
||||||
distros="$(./quickget | sed '/^$/q' | tail -n +3)"
|
distros="$(./quickget | sed '/^$/q' | tail -n +3)"
|
||||||
|
|
Loading…
Reference in New Issue