install.sh: fix create images directory
This commit is contained in:
parent
9091410a1d
commit
cea94c8a87
@ -31,7 +31,10 @@ do
|
|||||||
git clone "$URL" "/tmp/i3config/" --depth=1
|
git clone "$URL" "/tmp/i3config/" --depth=1
|
||||||
|
|
||||||
printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying images...' '\e[m'
|
printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying images...' '\e[m'
|
||||||
cp -rv /tmp/i3config/images "$HOME/.config/i3/"
|
install -d -m755 "$HOME/.config/i3/images/"
|
||||||
|
for i in background.png imagelock.png; do
|
||||||
|
install -m644 -v /tmp/i3config/images/$i "$HOME/.config/i3/images/$i"
|
||||||
|
done
|
||||||
|
|
||||||
printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying scripts...' '\e[m'
|
printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying scripts...' '\e[m'
|
||||||
cp -rv /tmp/i3config/scripts "$HOME/.config/i3/"
|
cp -rv /tmp/i3config/scripts "$HOME/.config/i3/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user