mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
refactor(node): remove redundant echo
This commit is contained in:
+4
-1
@@ -17,7 +17,10 @@ pkg_get_current_version() {
|
||||
# v12.8.0
|
||||
# This trims it down to just the version number:
|
||||
# 12.8.0
|
||||
echo "$(node --version 2> /dev/null | head -n 1 | cut -d' ' -f1 | sed 's:^v::')"
|
||||
node --version 2> /dev/null |
|
||||
head -n 1 |
|
||||
cut -d' ' -f1 |
|
||||
sed 's:^v::'
|
||||
}
|
||||
|
||||
pkg_install() {
|
||||
|
||||
Reference in New Issue
Block a user