Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Signed-off-by: Boudjada Yasser <by.root96@gmail.com>
  • Loading branch information
yasserbdj96 committed May 26, 2023
1 parent 9e3ae1f commit 1f45d5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ uninstall() {

termux_install(){
#!/data/data/com.termux/files/usr/bin/bash
chmod +x ../../hiphp

# My Termux setup

Expand All @@ -84,6 +85,7 @@ termux_install(){

mkdir -p ${PREFIX}/share/hiphp


cp -r "../hiphp/." "${PREFIX}/share/hiphp/hiphp";
cp "../main.py" "${PREFIX}/share/hiphp/hiphp.py";
cp "hiphp-termux.sh" "${PREFIX}/bin/hiphp";
Expand Down

1 comment on commit 1f45d5b

@vercel
Copy link

@vercel vercel bot commented on 1f45d5b May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hiphp – ./

hiphp.vercel.app
hiphp-git-main-yasserbdj96.vercel.app
hiphp-yasserbdj96.vercel.app

Please sign in to comment.