Skip to content
Permalink
025bc4d9e9
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
11 lines (9 sloc) 443 Bytes
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