Explorar o código

[Update] Add /opt/bin to PATH, fixes #2391

andryyy %!s(int64=6) %!d(string=hai) anos
pai
achega
3873b7a768
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      update.sh

+ 4 - 1
update.sh

@@ -6,9 +6,12 @@ if [ "$(id -u)" -ne "0" ]; then
   exit 1
   exit 1
 fi
 fi
 
 
-#exit on error and pipefail
+# Exit on error and pipefail
 set -o pipefail
 set -o pipefail
 
 
+# Add /opt/bin to PATH
+PATH=$PATH:/opt/bin
+
 umask 0022
 umask 0022
 
 
 for bin in curl docker-compose docker git awk sha1sum; do
 for bin in curl docker-compose docker git awk sha1sum; do