fix: remove testing install function from which

This commit is contained in:
ngn 2024-08-11 05:17:18 +03:00
parent 2969bc9af3
commit 460692d741

View File

@ -20,7 +20,3 @@ PACKAGE(){
cd .. && rm -r "${NAME}-${VERSION}" cd .. && rm -r "${NAME}-${VERSION}"
} }
INSTALL(){
echo "Testing the install script"
}