We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96b7e0 commit b58bac2Copy full SHA for b58bac2
install.sh
@@ -126,6 +126,8 @@ eval $CONFIG_VARS
126
RESOURCES_DIR=$RESOURCES_TOP_DIR/$LIBRARY_NAME
127
UNINSTALLER=$RESOURCES_DIR/uninstall.sh
128
129
+mkdir -p $RESOURCES_DIR
130
+
131
cat << EOF > $UNINSTALLER
132
printf "It's recommended you run these steps manually.\n"
133
printf "If you want to run the full script, open it in\n"
@@ -181,7 +183,6 @@ done
181
183
if [ -d "examples" ]; then
182
184
if confirm "Would you like to copy examples to $RESOURCES_DIR?"; then
185
inform "Copying examples to $RESOURCES_DIR"
- mkdir -p $RESOURCES_DIR
186
cp -r examples/ $RESOURCES_DIR
187
echo "rm -r $RESOURCES_DIR" >> $UNINSTALLER
188
fi
0 commit comments