Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wattsworth
/
puppet
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2ac5f47f
authored
Feb 19, 2020
by
John Donnal
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fixes for rpi bootstrap process
parent
9dd89f10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
rpi_bootstrap.sh
rpi_bootstrap.sh
View file @
2ac5f47f
...
...
@@ -14,8 +14,8 @@ set -e
echo
"SET LOCALE"
raspi-config
echo
"deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi"
>>
/etc/apt/sources.list
apt
get
update
apt
get
upgrade
-y
apt update
apt upgrade
-y
apt install puppet git r10k
-y
...
...
@@ -37,8 +37,10 @@ cd build && make
make install
# install packages for scipy
apt install gfortran libatlas-base-dev python3-pybind11
apt build-dep python3-scipy
apt install gfortran libatlas-base-dev python3-pybind11
-y
apt build-dep python3-scipy
-y
# remove apt version of cython
apt-get remove cython3
-y
# upgrade pip
pip3 install
--upgrade
pip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment