This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
setup.sh: fix path of selfupdate target
pull/1/head
10sr
10 years ago
parent
f2b4314b7d
commit
2f36ac1d5d
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
setup.sh
+ 2
- 2
setup.sh
View File
@@ -114,8 +114,8 @@ setup_selfupdate(){
_die "Abort"
fi
mkdir -vp "`dirname $1`"
_download $_dotfiles_url_base/setup.sh "$
DOTFILES_DIR/$
1"
chmod +x "$
DOTFILES_DIR/$
1"
_download $_dotfiles_url_base/setup.sh "$1"
chmod +x "$1"
}
Write
Preview
Loading…
Cancel
Save