1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 20:10:28 +01:00

Added inotify tools to be installed by default

This commit is contained in:
2022-02-04 10:43:33 +01:00
parent 2c22d2fd9f
commit 9b2aa25447

View File

@@ -53,6 +53,7 @@ COMMON_RPM=(bash-completion
COMMON_DEB=(exuberant-ctags COMMON_DEB=(exuberant-ctags
flake8 flake8
inotify-tools
python-apsw python-apsw
python3-flake8 python3-flake8
python3-jedi python3-jedi
@@ -168,7 +169,7 @@ function ubuntu {
;; ;;
esac esac
## 0. hold - those doesn't matter, since we never get to the point when ## 0. hold - those doesn't matter, since we never get to the point when
## reboot is needed. ## reboot is needed.
#sudo apt-mark hold linux-headers-generic linux-headers-virtual \ #sudo apt-mark hold linux-headers-generic linux-headers-virtual \
# linux-image-virtual linux-virtual cryptsetup-initramfs \ # linux-image-virtual linux-virtual cryptsetup-initramfs \