auto-confirm apt install
This commit is contained in:
2
.github/workflows/test-on-rpi.yml
vendored
2
.github/workflows/test-on-rpi.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
cd /home/inky
|
cd /home/inky
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python-dev-is-python3 scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev build-essential libxml2-dev libxslt1-dev python3-dev
|
sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python-dev-is-python3 scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev build-essential libxml2-dev libxslt1-dev python3-dev -y
|
||||||
echo $PWD && ls
|
echo $PWD && ls
|
||||||
git clone https://github.com/aceinnolab/Inkycal
|
git clone https://github.com/aceinnolab/Inkycal
|
||||||
cd Inkycal
|
cd Inkycal
|
||||||
|
|||||||
2
.github/workflows/update-os.yml
vendored
2
.github/workflows/update-os.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
# sudo apt-get dist-upgrade -y
|
# sudo apt-get dist-upgrade -y
|
||||||
|
|
||||||
sudo apt-get install -y python3-pip
|
sudo apt-get install -y python3-pip
|
||||||
sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python-dev-is-python3 scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev build-essential libxml2-dev libxslt1-dev python3-dev
|
sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python-dev-is-python3 scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev build-essential libxml2-dev libxslt1-dev python3-dev -y
|
||||||
# #334 & #335
|
# #334 & #335
|
||||||
git clone https://github.com/WiringPi/WiringPi
|
git clone https://github.com/WiringPi/WiringPi
|
||||||
cd WiringPi
|
cd WiringPi
|
||||||
|
|||||||
@@ -181,7 +181,7 @@ Run the following steps to install Inkycal. Do **not** use sudo for this, except
|
|||||||
```bash
|
```bash
|
||||||
# Raspberry Pi specific section start
|
# Raspberry Pi specific section start
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python-dev-is-python3 scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev build-essential libxml2-dev libxslt1-dev python3-dev
|
sudo apt-get install git zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python-dev-is-python3 scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf libopenblas-dev build-essential libxml2-dev libxslt1-dev python3-dev -y
|
||||||
git clone https://github.com/WiringPi/WiringPi
|
git clone https://github.com/WiringPi/WiringPi
|
||||||
cd WiringPi
|
cd WiringPi
|
||||||
./build
|
./build
|
||||||
|
|||||||
Reference in New Issue
Block a user