mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 21:49:32 +00:00
builder: Use -y for package installation
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
# Step 1: Install pip
|
||||
apt update
|
||||
apt install curl
|
||||
apt install -y curl
|
||||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
|
||||
python ./get-pip.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user