update
This commit is contained in:
6
Makefile
6
Makefile
@@ -3,10 +3,10 @@
|
||||
COMPOSE = docker compose
|
||||
|
||||
auth:
|
||||
@mkdir -p .claude-data storage
|
||||
@mkdir -p .claude-data storage projects
|
||||
@cp -aT /root/.claude .claude-data
|
||||
@chown -R 1000:1000 .claude-data storage
|
||||
@echo "Claude-Auth nach .claude-data synct, storage chowned auf uid 1000."
|
||||
@chown -R 1000:1000 .claude-data storage projects
|
||||
@echo "Claude-Auth nach .claude-data synct, storage/projects chowned auf uid 1000."
|
||||
|
||||
install:
|
||||
sudo apt install -y poppler-utils libpango-1.0-0 libcairo2 libgdk-pixbuf-2.0-0 libffi-dev
|
||||
|
||||
Reference in New Issue
Block a user