diff --git a/wsl.sh b/wsl.sh index 2d2cff5..0956f48 100644 --- a/wsl.sh +++ b/wsl.sh @@ -24,12 +24,12 @@ add_winkex() add_editors() { - sudo apt install emacs neovim -y + apt install emacs neovim -y } add_languages() { - sudo apt install python3 python3-pip golang -y + apt install python3 python3-pip golang -y curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -yq curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash source ~/.zshrc && nvm install node @@ -38,20 +38,20 @@ add_languages() add_tools() { - sudo apt install metasploit-framework ffuf gobuster hashcat gdb seclists netcat-openbsd socat nmap git -y + apt install metasploit-framework ffuf gobuster hashcat gdb seclists netcat-openbsd socat nmap git -y #gef wget -O ~/.gdbinit-gef.py -q http://gef.blah.cat/py echo source ~/.gdbinit-gef.py >> ~/.gdbinit #pwntools - sudo apt install python3-dev git libssl-dev libffi-dev build-essential -y + apt install python3-dev git libssl-dev libffi-dev build-essential -y python3 -m pip install --upgrade pip python3 -m pip install --upgrade pwntools } -sudo apt update -sudo apt upgrade -y +apt update +apt upgrade -y check_priv add_3d_Acceleration add_winkex @@ -59,4 +59,4 @@ add_editors add_languages add_tools -sudo apt autoremove \ No newline at end of file +apt autoremove