• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

shared_fooの不要ディレクトリ削除前のもの


Commit MetaInfo

Revisionac5e5e700ac6f925f23b9531d7726dda6156404c (tree)
Time2017-08-11 15:00:04
Authortakemasa <suikan@user...>
Commitertakemasa

Log Message

Changed apt to answer Y automatically

Change Summary

Incremental Difference

--- a/management/installation/install-essentials
+++ b/management/installation/install-essentials
@@ -1,6 +1,6 @@
11 sudo apt-get update
22 sudo apt-get upgrade
3-sudo apt-get install eclipse-cdt doxygen doxygen-gui graphviz python3 kicad chromium-browser
3+sudo apt-get install -yV eclipse-cdt doxygen doxygen-gui graphviz python3 kicad chromium-browser
44
55 // compatibility set up for Altera Quartus
66 sudo dpkg --add-architecture i386