To follow up on the last issue: #297
wpg-install.sh is lacking execution permission after installed from the AUR.
Expected behavior:
wpg-install.sh -h should run the script normally
Actual behavior:
wpg-install.sh is denied from executing
Also, after giving execution permission to wpg-install.sh, the script installs the template into /root instead of the user directory.
Expected behavior:
wpg-install.sh clones into the user dicrectory, and installs the template into the user directory
Actual behavior:
wpg-install.sh clones into the /bin directory, and installs the template into the /root directory
To follow up on the last issue: #297 wpg-install.sh is lacking execution permission after installed from the AUR.
Expected behavior:
wpg-install.sh -h
should run the script normally Actual behavior: wpg-install.sh is denied from executingAlso, after giving execution permission to wpg-install.sh, the script installs the template into
/root
instead of the user directory.Expected behavior: wpg-install.sh clones into the user dicrectory, and installs the template into the user directory Actual behavior: wpg-install.sh clones into the
/bin
directory, and installs the template into the/root
directory