From 67c181b213519205fe0e7bac4646349652835dbb Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Thu, 27 Aug 2020 09:16:27 +0200 Subject: Update to p10k, and do some small updates --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 90df61b..718f81e 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ echo "Install the dependencies and symlink the dotfiles" tput setaf 4 -echo "Install on wich system? Enter either \"mac\", \"arch\":" +echo "Install on wich system? Enter either \"mac\", \"debian\", \"arch\":" tput setaf 3 printf "> " read platform @@ -16,3 +16,7 @@ fi if [ $platform == "arch" ]; then ./install/install_arch.sh fi + +if [ $platform == "debian" ]; then + ./install/install_debian.sh +fi \ No newline at end of file -- cgit v1.2.3