mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
7fd4e780c9
* add: NVM
* chore: Packager and changelog
(cherry picked from commit 2896419ba2)
Co-authored-by: Gilver <rockgrub@disroot.org>
6 lines
52 B
Bash
6 lines
52 B
Bash
#!/usr/bin/sh
|
|
|
|
source /etc/profile.d/nvm.sh
|
|
|
|
nvm $@
|