mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Also create files denoting we don't want mercurial or the host is not a server
This commit is contained in:
@@ -50,7 +50,7 @@ echo "Do you wish to install mercurial stuff?"
|
|||||||
select yn in "Yes" "No"; do
|
select yn in "Yes" "No"; do
|
||||||
case $yn in
|
case $yn in
|
||||||
Yes ) install_hg; break;;
|
Yes ) install_hg; break;;
|
||||||
No ) break;;
|
No ) touch ~/.dot_no_hg; break;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
@@ -59,6 +59,6 @@ echo "Is this machine a server?"
|
|||||||
select yn in "Yes" "No"; do
|
select yn in "Yes" "No"; do
|
||||||
case $yn in
|
case $yn in
|
||||||
Yes ) touch ~/.dot_is_server; break;;
|
Yes ) touch ~/.dot_is_server; break;;
|
||||||
No ) break;;
|
No ) touch ~/.dot_no_server; break;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user