Skip to content

Commit

Permalink
chore: [GH #315 ] remove old unused configure.sh -i
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Jul 31, 2024
1 parent 3955de5 commit 7a6ddfc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ case $distro in
esac
}

function main_inst {
env_check
pkg_inst
make
sudo make DESTDIR=/usr install
}

function general_build_prep {
sed -i s/VERSIONPLACEHOLDER/"$(cat ./VERSION)"/g ./src/wslu-header
}
Expand Down Expand Up @@ -117,7 +110,6 @@ for args; do
--deb) deb_build_prep $2; exit;;
-e|--env) env_check; exit;;
-P|--pkg) pkg_inst; exit;;
-i|--install) main_inst; exit;;
*) exit 1;;
esac
done
Expand Down

0 comments on commit 7a6ddfc

Please sign in to comment.