mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-28 15:10:26 +01:00
Don't use sudo
This commit is contained in:
parent
9f5b901f88
commit
46f1efb0aa
@ -25,8 +25,8 @@ add-apt-repository -y ppa:marutter/rrutter
|
|||||||
add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse
|
add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse
|
||||||
|
|
||||||
# Get Stack
|
# Get Stack
|
||||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442
|
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442
|
||||||
echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|sudo tee /etc/apt/sources.list.d/fpco.list
|
echo 'deb http://download.fpcomplete.com/ubuntu xenial main'|tee /etc/apt/sources.list.d/fpco.list
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user