mirror of
https://github.com/ShaYmez/hblink3.git
synced 2024-10-31 14:27:14 -04:00
7 lines
127 B
Bash
Executable File
7 lines
127 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# Install the required support programs
|
|
apt-get install python3 python3-pip -y
|
|
pip3 install -r requirements.txt
|
|
|