Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes the sudos in the slang package #61

Closed
mithro opened this issue Nov 22, 2019 · 0 comments · Fixed by #60
Closed

Fixes the sudos in the slang package #61

mithro opened this issue Nov 22, 2019 · 0 comments · Fixed by #60

Comments

@mithro
Copy link
Member

mithro commented Nov 22, 2019

The build.sh script for slang does the following;

sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt update
sudo apt install -y gcc-8 g++-8

A build.sh script should never call the sudo command or modify a user's system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant