mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 10:22:19 +00:00
22b3c54015
* 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 $@
|