This commit is contained in:
parent
83640b722b
commit
3a9f6a354d
@ -2,9 +2,10 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "Downloading dependencies"
|
# 22-bookworm should have everything
|
||||||
apt-get update > /dev/null 2>&1
|
# echo "Downloading dependencies"
|
||||||
apt-get install -y build-essential software-properties-common > /dev/null 2>&1
|
# apt-get update > /dev/null 2>&1
|
||||||
|
# apt-get install -y build-essential software-properties-common > /dev/null 2>&1
|
||||||
|
|
||||||
# setup
|
# setup
|
||||||
mkdir build
|
mkdir build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user