Skip to content

Commit 7b674e4

Browse files
fix: resolv which
1 parent dc81958 commit 7b674e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DIE() { echo -e "${@}"; exit 1 ;:;}
44
GWARN() { echo -e "\e[90m${*}\e[0m";:;}
55

6-
apt install -y jq wget proot pv pulseaudio libandroid-shmem-static
6+
apt install -y jq wget proot pv pulseaudio libandroid-shmem-static which
77
[[ ! -d udroid/src ]] && {
88
echo "udroid/src not found"
99
exit 1

0 commit comments

Comments
 (0)