Skip to content

Commit 50b22c8

Browse files
committed
sudo apt-get
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent c5a3bc5 commit 50b22c8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

apt-run.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
sudo date
2-
echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted universe multiverse
3-
deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates main restricted universe multiverse
4-
deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted universe multiverse" | \
5-
sudo tee -a /etc/apt/sources.list.d/ddebs.list
2+
sudo apt-get install flex bison libz-dev cmake libc6 libstdc++6 python3-pip
3+
sudo python3 -m pip install mako
4+
git config --global user.name "FirstName LastName"
5+
git config --global user.email "[email protected]"
6+

0 commit comments

Comments
 (0)