Update install.sh
This commit is contained in:
parent
e31407527f
commit
fce7fe4fe3
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin:/opt/homebrew/bin
|
||||
export PATH
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
curPath=`pwd`
|
||||
rootPath=$(dirname "$curPath")
|
||||
|
|
|
|||
Loading…
Reference in New Issue