5 lines
76 B
Bash
Executable file
5 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo update-ca-certificates --fresh
|
|
|
|
/venv/bin/python /boot.py
|