duh
This commit is contained in:
parent
e610993a30
commit
e373699373
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ deploy_dotfiles(){
|
|||
|
||||
read_software(){
|
||||
# Checks if .local/src/ exists.
|
||||
[ -d "/home/"$user"/.local/src/" ] || mkdir "/home/"$user"/.local/src/"
|
||||
[ -d "/home/"$user"/.local/src/" ] || mkdir -p "/home/"$user"/.local/src/"
|
||||
|
||||
([ -f "$1" ] && cp "$1" /tmp/temp.csv) || wget -qO- "$1" > /tmp/temp.csv
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue