This commit is contained in:
retoor 2025-05-08 03:32:43 +02:00
parent d0dd342e27
commit 31062fddbf
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,7 @@ run:
.venv/usr/bin/snek
#$(GUNICORN) -w $(GUNICORN_WORKERS) -k aiohttp.worker.GunicornWebWorker snek.gunicorn:app --bind 0.0.0.0:$(PORT) --reload
install:
install: ubuntu
python3.12 -m venv .venv
$(PIP) install -e .

View File

@ -119,9 +119,10 @@ function r_update(){
mv r /usr/local/bin/r
}
. "$HOME/.cargo/env"
resize > /dev/null
r_update
r