Skip to content

Commit

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

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

0 comments on commit 7edf99a

Please sign in to comment.