[bugfix] should not rm -rf /tmp/tmux*

This commit is contained in:
Klesh Wong 2021-01-11 17:14:34 +08:00
parent 41104b4e14
commit 595a6d6309

View File

@ -28,7 +28,7 @@ case "$PM" in
./configure && make
sudo make install
cd -
rm -rf /tmp/tmux*
rm -rf /tmp/tmux
fi
;;
pacman)