Skip to content

Commit

Permalink
Update waydroid app to work with recent waydroid updates
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikjesus committed Feb 19, 2023
1 parent f85f8a1 commit aae2cb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ installApp() {
exit 1
fi
echo -e "${GREEN}Installing $apkName ${NC}"
sudo waydroid app install $BINFOLDER/$apkName
waydroid app install $BINFOLDER/$apkName
}

removeApp() {
Expand All @@ -190,7 +190,7 @@ listApps() {
exit 1
fi
echo -e "${GREEN}Listing apps ${NC}"
sudo waydroid app list
waydroid app list
}

installApk() {
Expand All @@ -200,7 +200,7 @@ installApk() {
exit 1
fi
echo -e "${GREEN}Installing $apkName ${NC}"
sudo waydroid app install $apkName
waydroid app install $apkName
}

# Sort through flags
Expand Down

0 comments on commit aae2cb5

Please sign in to comment.