Browse Source

temporary return sudo

jin 10 years ago
parent
commit
8514079392
1 changed files with 3 additions and 3 deletions
  1. 3 3
      frameworks/D/vibed/install.sh

+ 3 - 3
frameworks/D/vibed/install.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 
 
-wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
-apt-get update && apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring && apt-get update
-apt-get install -qq -y dub
+sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
+sudo apt-get update && sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring && sudo apt-get update
+sudo apt-get install -qq -y dub
 dub build
 dub build