From 5397588f2f7134ed166c906bbdbd23698b2bd23f Mon Sep 17 00:00:00 2001 From: jfontaine35 <76435797+jfontaine35@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:38:20 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index be62120..2ad3778 100644 --- a/install.sh +++ b/install.sh @@ -2,5 +2,7 @@ cp .profile ~ cp .bashrc ~ cp .zshrc ~ +cp fast /usr/bin/ +chmod +x /usr/bin/fast source ~/.bashrc source ~/.profile