diff options
Diffstat (limited to 'scripts/update.sh')
-rwxr-xr-x | scripts/update.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/update.sh b/scripts/update.sh index e169cd2f..e34a6261 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -28,5 +28,7 @@ git pull cd ../.. cd src/libicnet git pull -cd ../.. - +cd ../.. +cd src/viper +git pull +cd ../..
\ No newline at end of file |