diff --git a/installer.sh b/installer.sh index e692b3d..df7d521 100755 --- a/installer.sh +++ b/installer.sh @@ -24,6 +24,7 @@ Please run "./installer.sh --system --uninstall" first.' function waInstall() { ${SUDO} mkdir -p "${SYS_PATH}/apps" + ${SUDO} mkdir -p "${BIN_PATH}" . "${DIR}/bin/winapps" install } @@ -330,4 +331,4 @@ waConfigureWindows waConfigureApps waConfigureDetectedApps -echo "Installation complete." \ No newline at end of file +echo "Installation complete."