Ensure the ~/Downloads/ directory exists

This commit is contained in:
Ohad Livne 2025-06-04 22:45:05 +03:00
parent 723ceba14b
commit 57bbbe83fe
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -1,5 +1,6 @@
#! /usr/bin/sh #! /usr/bin/sh
mkdir -p ~/Downloads/
cd ~/Downloads/ cd ~/Downloads/
python3 -m venv .venv python3 -m venv .venv
. .venv/bin/activate . .venv/bin/activate