mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
Add inotify-tools to bootstrap script
This commit is contained in:
parent
b747889431
commit
eb093d1343
1 changed files with 4 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ SWIFT_DIR=swift-$SWIFT_VERSION-RELEASE-ubuntu20.04
|
||||||
SWIFT_FILENAME=$SWIFT_DIR.tar.gz
|
SWIFT_FILENAME=$SWIFT_DIR.tar.gz
|
||||||
|
|
||||||
if [[ $(uname) = "Linux" ]]; then
|
if [[ $(uname) = "Linux" ]]; then
|
||||||
sudo apt-get install \
|
sudo apt install -y \
|
||||||
binutils \
|
binutils \
|
||||||
git \
|
git \
|
||||||
gnupg2 \
|
gnupg2 \
|
||||||
|
|
@ -42,6 +42,9 @@ if [[ $(uname) = "Linux" ]]; then
|
||||||
fi
|
fi
|
||||||
echo "*** add $PWD/$SWIFT_DIR/usr/bin to PATH in your shell's rc file"
|
echo "*** add $PWD/$SWIFT_DIR/usr/bin to PATH in your shell's rc file"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "*** installing inotify-tools for watch script"
|
||||||
|
sudo apt install -y inotify-tools
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "*** done"
|
echo "*** done"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue