Last active
November 24, 2020 11:01
-
-
Save saxenap/5e8c1cd6f3f38881e2ae16e29d6efdb9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# rm -rf install-inotify-tools && wget -O php_environment https://gist.githubusercontent.com/saxenap/5e8c1cd6f3f38881e2ae16e29d6efdb9/raw/ && chmod 777 install-inotify-tools && ./install-inotify-tools | |
sudo amazon-linux-extras install -y epel | |
sudo yum install -y inotify-tools | |
#sudo yum -y install libtool | |
#git clone https://github.com/inotify-tools/inotify-tools.git | |
#cd inotify-tools | |
#sudo ./autogen.sh | |
#sudo ./configure && make && make install | |
#ln -s /usr/local/bin/inotifywatch /usr/bin/inotifywatch | |
#ln -s /usr/local/bin/inotifywait /usr/bin/inotifywait |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment