improved code quality, few bug fixes
This commit is contained in:
@@ -30,7 +30,7 @@ install_profile()
|
||||
#tag_file $usr/.tmux.conf{,.local}
|
||||
if [[ ! -d $usr/profile ]]; then
|
||||
(
|
||||
cd $usr
|
||||
cd $usr || return 205
|
||||
git config --global http.sslverify false
|
||||
git clone https://git.geoffray-levasseur.org/fatalerrors/profile.git
|
||||
git config --global http.sslverify true
|
||||
|
||||
Reference in New Issue
Block a user