Skip to content

Commit 5960f41

Browse files
authored
Update script.sh
1 parent 561c88f commit 5960f41

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

script.sh

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,6 @@ echo " Github: https://github.com/suchsoak "
1111

1212
sleep 5 > /dev/null
1313

14-
sudo pacman -S --noconfirm > /dev/null
15-
16-
clear
17-
18-
sudo apt install lsb-release -y > /dev/null
19-
20-
clear
21-
22-
sudo dnf install redhat-lsb-core -y > /dev/null
23-
24-
clear
25-
2614
if [ "$(lsb_release -si)" == "Debian" ] || [ "$(lsb_release -si)" == "Ubuntu" ] || [ "$(lsb_release -si)" == "Linuxmint" ] || [ "$(lsb_release -si)" == "kali" ]; then
2715

2816
clear
@@ -43,7 +31,7 @@ sudo apt install wget -y
4331
sudo apt install git -y
4432
sudo apt install vim -y
4533
sudo apt install net-tools -y
46-
sudo apt install openssh -y
34+
sudo apt install ssh -y
4735
sudo apt install neofetch -y
4836
sudo apt install inxi -y
4937
sudo apt install git -y

0 commit comments

Comments
 (0)