• R/O
  • SSH

linux_settings: コミット

Repository contains settings and tricks for some software used on linux machines


コミットメタ情報

リビジョン21c22a33f11e0b20f42b401087e1d3f4f1888fe5 (tree)
日時2018-09-22 18:36:06
作者Sergey Gusarov
コミッターSergey Gusarov

ログメッセージ

Merge

変更サマリ

差分

diff -r 7109b82e4f05 -r 21c22a33f11e debian_based/install_admin_packages.sh
--- a/debian_based/install_admin_packages.sh Sat Sep 22 12:35:17 2018 +0300
+++ b/debian_based/install_admin_packages.sh Sat Sep 22 12:36:06 2018 +0300
@@ -24,7 +24,7 @@
2424 $APT install -y command-not-found lm-sensors realpath dos2unix mtools python3-pexpect &&\
2525 $APT install -y python3-pip mycli sqlite3
2626
27-if [ "$DISTRIB" = "Debian" ]; then
27+if [ "$DISTRIB" = "Debian" ] || [ "$DISTRIB" = "Raspbian" ]; then
2828 update-command-not-found
2929 $APT install -y firmware-linux debian-keyring
3030 else
diff -r 7109b82e4f05 -r 21c22a33f11e debian_based/install_dev_packages.sh
--- a/debian_based/install_dev_packages.sh Sat Sep 22 12:35:17 2018 +0300
+++ b/debian_based/install_dev_packages.sh Sat Sep 22 12:36:06 2018 +0300
@@ -28,7 +28,7 @@
2828 LIBSTDCPP_VER="6"
2929 CLANG_VER="3.8"
3030 else
31- # untested
31+ echo "Codename \"$CODENAME\" untested"
3232 fi
3333 fi
3434
@@ -38,7 +38,7 @@
3838 $APT install -y libstdc++-${LIBSTDCPP_VER}-doc cppcheck valgrind hgsubversion &&\
3939 $APT install -y python3-flufl.enum python3-colorlog itstool po4a
4040
41-if [ "$DISTRIB" = "Debian" ]; then
41+if [ "$DISTRIB" = "Debian" ] || [ "$DISTRIB" = "Raspbian" ]; then
4242 # Strange, but Ubuntu couldn't find it
4343 # See: http://packages.ubuntu.com/trusty/manpages-posix-dev
4444 $APT install -y manpages-posix-dev
旧リポジトリブラウザで表示