Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
711d3cbc
Commit
711d3cbc
authored
May 09, 2019
by
Jaco Hofmann
Browse files
Add sudo to packet manager calls
parent
83424a29
Pipeline
#1182
failed with stages
in 13 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
711d3cbc
...
...
@@ -30,7 +30,7 @@ To use TaPaSCo, you'll need working installations of
*
*OPTIONAL:*
libncurses for the tapasco-debug application
*
Ubuntu
```
bash
apt-get
-y
update
&&
apt-get
-y
install
unzip git zip findutils curl build-essential
\
sudo
apt-get
-y
update
&&
sudo
apt-get
-y
install
unzip git zip findutils curl build-essential
\
linux-headers-generic python cmake libelf-dev libncurses-dev rpm
curl
-s
"https://get.sdkman.io"
| bash
source
"
$HOME
/.sdkman/bin/sdkman-init.sh"
...
...
@@ -39,7 +39,7 @@ To use TaPaSCo, you'll need working installations of
```
*
Fedora
```
bash
dnf
-y
install
which unzip git zip
tar
findutils kernel-devel make gcc gcc-c++
\
sudo
dnf
-y
install
which unzip git zip
tar
findutils kernel-devel make gcc gcc-c++
\
elfutils-libelf-devel cmake ncurses-devel python libatomic rpm-build
curl
-s
"https://get.sdkman.io"
| bash
source
"
$HOME
/.sdkman/bin/sdkman-init.sh"
...
...
Write
Preview
Supports
Markdown
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