Skip to content

Commit

Permalink
find the debs~
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed May 29, 2022
1 parent 43382bd commit 44ce47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_waydroid_v5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ do

echo -e "${GREEN}==========> Start installing ${i} <==========${NC}"
echo -e "${GREEN}==> Installing package(s): ${i} ...${NC}"
apt-get install ./*.deb
apt-get install ../*.deb
if [ ! $? -eq 0 ]
then
echo -e "${RED}==> Installing ${i}, error.${NC}"
Expand Down

0 comments on commit 44ce47d

Please sign in to comment.