feat: Create env file during install if it does not exist
This commit is contained in:
@@ -34,6 +34,7 @@ done < ../dependencies/git.txt
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
# Post-install
|
# Post-install
|
||||||
|
touch ./env
|
||||||
mkdir -p $INSTALL_DIR
|
mkdir -p $INSTALL_DIR
|
||||||
cp -rf packages $INSTALL_DIR/
|
cp -rf packages $INSTALL_DIR/
|
||||||
cp -f zshrc $INSTALL_DIR/zshrc
|
cp -f zshrc $INSTALL_DIR/zshrc
|
||||||
|
|||||||
Reference in New Issue
Block a user