cbeley / beleyenv

A dev-focused, idempotent system bootstrap script for ChromeOS's officially supported Linux container. Designed for me, but flexible enough for you to use too!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mkdir: cannot create directory ‘/usr/local/beleyenv/bin’

donjuanmon opened this issue · comments

Beleyenv failed during the Todo install on a fresh Linux beta host:

⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤
Sublime text plugins not under package control installed
⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   646  100   646    0     0   1814      0 --:--:-- --:--:-- --:--:--  1814
100 15924  100 15924    0     0  17537      0 --:--:-- --:--:-- --:--:-- 64209
todo.txt_cli-2.12.0/
todo.txt_cli-2.12.0/todo.sh
todo.txt_cli-2.12.0/._todo.cfg
todo.txt_cli-2.12.0/todo.cfg
todo.txt_cli-2.12.0/._todo_completion
todo.txt_cli-2.12.0/todo_completion
mkdir: cannot create directory ‘/usr/local/beleyenv/bin’: Permission denied

⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤
Beleyenv install failed!
⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤⬤

Manually creating the folder and rerunning index.sh fixed the issue

Thanks for pointing this out! Looks like one of the scripts I added in-between my last clean fresh install was missing a sudo and caused the bug.

If a fresh install still isn't working, feel free to submit a new issue.