diff --git a/scripts/update.sh b/scripts/update.sh index 92e3255c7..006f4b326 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,5 +1,5 @@ #!/bin/env bash git stash git pull -./make.sh -./programm.sh +./scripts/make.sh +./scripts/programm.sh