Skip to content
Permalink
b3f4bde944
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
12 lines (10 sloc) 453 Bytes
#!/bin/sh
cat << 'EOF' > /etc/apt/sources.list.d/kali-experimental.list
deb https://http.kali.org/kali kali-experimental main contrib non-free
EOF
apt update -y
apt install -t kali-experimental '?upgradable ?source-package("mesa|libdrm")' -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
echo node > ~/.nvmrc