We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13028ef commit 7aa73eeCopy full SHA for 7aa73ee
1 file changed
script.sh
@@ -23,15 +23,15 @@ echo
23
24
sleep 5 > /dev/null
25
26
-sudo pacman -S lsb-release --noconfirm
+sudo pacman -S lsb-release --noconfirm > /dev/null
27
28
clear
29
30
-sudo apt install lsb-release -y
+sudo apt install lsb-release -y > /dev/null
31
32
33
34
-sudo dnf install redhat-lsb-core -y
+sudo dnf install redhat-lsb-core -y > /dev/null
35
36
37
0 commit comments