fix deploy
This commit is contained in:
parent
74dfa4cc9e
commit
3926055788
@ -28,7 +28,7 @@ if [ ! $SHELL = "/bin/zsh" ]; then
|
||||
sudo usermod $USER -s /bin/zsh && echo "Nouveau shell: zsh"
|
||||
fi
|
||||
|
||||
if [ -d "$HOME/.cache/antibody" ]; then
|
||||
if ! [ -d "$HOME/.cache/antibody" ]; then
|
||||
echo "Installation d'antibody"
|
||||
curl -sfL git.io/antibody -o /tmp/antibody.sh
|
||||
chmod +x /tmp/antibody.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user