Skip to content

Instantly share code, notes, and snippets.

@alifma
Last active July 3, 2024 04:03
Show Gist options
  • Save alifma/4bc070e1f6f68eabc8be9658a93ba450 to your computer and use it in GitHub Desktop.
Save alifma/4bc070e1f6f68eabc8be9658a93ba450 to your computer and use it in GitHub Desktop.
deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
deb http://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt install -y nodejs
npm install --global yarn
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
@alifma
Copy link
Author

alifma commented Jul 3, 2024

https://drive.google.com/file/d/1tMCL5pEGV4HBWk19v1fGKH8XsBetUpvn/view?usp=sharing (with PKCS11)
sandi F5F08676-E287-4432-9A3D-4C169B9E1EDD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment