Skip to content

Commit

Permalink
Update powerbox.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
youmukonpaku1337 authored Feb 7, 2022
1 parent ee63730 commit b6a90c0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions powerbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,7 @@ wget https://github.com/egor4ka/powerbox/releases/download/0.1/powerbox-$HOSTARC
echo "Unpacking archive..."
tar -xvf powerbox-$HOSTARCH.tar.gz -C $powerdir

echo "Downloading alpishell..."
wget https://github.com/egor4ka/alpishell/releases/download/0.1/alpishell

echo "Installing alpishell..."
mv alpishell /system/xbin/alpishell
chmod +x /system/xbin/alpishell

echo "Cleaning up..."
rm powerbox-$HOSTARCH.tar.gz
rm alpishell

echo "Done! Now, just run alpishell and you should be fine, unless you used a different path/.img path, in which case run alpishell -h to get some help."
echo "Done! Now, just mount the img and bind the dev and stuff and you should be fine, unless you used a different path/.img path, in which case run alpishell -h to get some help."

0 comments on commit b6a90c0

Please sign in to comment.