We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the command: bash -c "$(curl -fsSL https://ghostwriters.github.io/AppSTARTer/main.sh)"
The output tells me it does not have permission.
USERNAME@PowerEdge-R630:~$ bash -c "$(curl -fsSL https://ghostwriters.github.io/AppSTARTer/main.sh)" 2020-11-26 10:16:03 [WARN ] Attempting to clone AppSTARTer repo to location. Cloning into '/home/USERNAME/.appstarter'... remote: Enumerating objects: 102, done. remote: Counting objects: 100% (102/102), done. remote: Compressing objects: 100% (75/75), done. remote: Total 287 (delta 45), reused 46 (delta 17), pack-reused 185 Receiving objects: 100% (287/287), 175.23 KiB | 1.70 MiB/s, done. Resolving deltas: 100% (107/107), done. 2020-11-26 10:16:03 [NOTICE] Performing first run install. tee: /tmp/appstarter.log: Permission denied 2020-11-26 10:16:04 [INFO ] Setting permissions for /home/USERNAME/.appstarter/main.sh tee: /tmp/appstarter.log: Permission denied 2020-11-26 10:16:04 [ERROR ] AppSTARTer did not finish running successfully.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the command:
bash -c "$(curl -fsSL https://ghostwriters.github.io/AppSTARTer/main.sh)"
The output tells me it does not have permission.
USERNAME@PowerEdge-R630:~$ bash -c "$(curl -fsSL https://ghostwriters.github.io/AppSTARTer/main.sh)"
2020-11-26 10:16:03 [WARN ] Attempting to clone AppSTARTer repo to location.
Cloning into '/home/USERNAME/.appstarter'...
remote: Enumerating objects: 102, done.
remote: Counting objects: 100% (102/102), done.
remote: Compressing objects: 100% (75/75), done.
remote: Total 287 (delta 45), reused 46 (delta 17), pack-reused 185
Receiving objects: 100% (287/287), 175.23 KiB | 1.70 MiB/s, done.
Resolving deltas: 100% (107/107), done.
2020-11-26 10:16:03 [NOTICE] Performing first run install.
tee: /tmp/appstarter.log: Permission denied
2020-11-26 10:16:04 [INFO ] Setting permissions for /home/USERNAME/.appstarter/main.sh
tee: /tmp/appstarter.log: Permission denied
2020-11-26 10:16:04 [ERROR ] AppSTARTer did not finish running successfully.
The text was updated successfully, but these errors were encountered: