Skip to content

Commit

Permalink
update termux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptechgithub committed Jan 28, 2024
1 parent 50f49bf commit 7d37e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ install_arm() {
if wget "$WARP_URL" &&
unzip "warp-linux-$ARCH.ed853c.zip" &&
chmod +x warp &&
mv warp "$PREFIX/bin/usef" &&
mv warp "$PREFIX/bin/warp"; then
cp warp "$PREFIX/bin/usef" &&
cp warp "$PREFIX/bin/warp"; then
rm "README.md" "LICENSE" "warp-linux-$ARCH.ed853c.zip"
echo "================================================"
echo -e "${green}Warp installed successfully.${rest}"
Expand Down

0 comments on commit 7d37e66

Please sign in to comment.