Don't need to use -r arg

This commit is contained in:
Daniel Imms 2016-03-18 15:27:25 -07:00
parent b6486f7ddf
commit d451e0222a

View file

@ -10,7 +10,7 @@ update-alternatives --install /usr/bin/editor editor /usr/bin/@@NAME@@ 0
# Remove the legacy bin command if this is the stable build
if [ "@@NAME@@" = "code"] then
rm -rf /usr/local/bin/code
rm -f /usr/local/bin/code
fi
# Register repository as an apt source