We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a3bc5 commit 50b22c8Copy full SHA for 50b22c8
apt-run.sh
@@ -1,5 +1,6 @@
1
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
+sudo apt-get install flex bison libz-dev cmake libc6 libstdc++6 python3-pip
+sudo python3 -m pip install mako
+git config --global user.name "FirstName LastName"
+git config --global user.email "[email protected]"
6
+
0 commit comments