mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
9 lines
190 B
Bash
Executable File
9 lines
190 B
Bash
Executable File
#!/usr/bin/env bash
|
|
. "$GVM_ROOT/scripts/functions"
|
|
|
|
cd "$GVM_ROOT/archive/go" &> /dev/null ||
|
|
display_fatal "Failed to find local Go source"
|
|
|
|
git pull || display_fatal "Failed to update"
|
|
|