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 561c88f commit 5960f41Copy full SHA for 5960f41
1 file changed
script.sh
@@ -11,18 +11,6 @@ echo " Github: https://github.com/suchsoak "
11
12
sleep 5 > /dev/null
13
14
-sudo pacman -S --noconfirm > /dev/null
15
-
16
-clear
17
18
-sudo apt install lsb-release -y > /dev/null
19
20
21
22
-sudo dnf install redhat-lsb-core -y > /dev/null
23
24
25
26
if [ "$(lsb_release -si)" == "Debian" ] || [ "$(lsb_release -si)" == "Ubuntu" ] || [ "$(lsb_release -si)" == "Linuxmint" ] || [ "$(lsb_release -si)" == "kali" ]; then
27
28
clear
@@ -43,7 +31,7 @@ sudo apt install wget -y
43
31
sudo apt install git -y
44
32
sudo apt install vim -y
45
33
sudo apt install net-tools -y
46
-sudo apt install openssh -y
34
+sudo apt install ssh -y
47
35
sudo apt install neofetch -y
48
36
sudo apt install inxi -y
49
37
0 commit comments