commit 93f0a0fb002b3fb1da943c5a4ffbfbf10d2c31a6
parent 117000eff397dff34538ac1226ae05d532b668c4
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 9 Feb 2019 18:18:15 -0500
Shouldn't need to set permission manually.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/.local/bin/bigmod b/.local/bin/bigmod
@@ -13,8 +13,6 @@ putgitrepo() { # Downlods a gitrepo $1 and places the files in $2 only overwriti
sudo -u "$name" git clone --depth 1 "$1" "$dir/gitrepo" >/dev/null 2>&1 &&
sudo -u "$name" mkdir -p "$2" &&
sudo -u "$name" cp -rfT "$dir"/gitrepo "$2"
- sudo -u "$name" chmod -R +x "$2/.local/bin/*"
- sudo -u "$name" chmod +x "$2/.profile"
}
# Install the dotfiles in the user's home directory