Fixed the script path.
This commit is contained in:
parent
a339aee2ab
commit
22c58cab9a
2
i38.sh
2
i38.sh
@ -154,7 +154,7 @@ fi
|
|||||||
# Create the i3 configuration directory.
|
# Create the i3 configuration directory.
|
||||||
mkdir -p "${i3Path}"
|
mkdir -p "${i3Path}"
|
||||||
# Move scripts into place
|
# Move scripts into place
|
||||||
cp -rv scripts/ "${i3Path}/scripts" | dialog --backtitle "I38" --progressbox "Moving scripts into place and writing config..." -1 -1
|
cp -rv scripts/ "${i3Path}/" | dialog --backtitle "I38" --progressbox "Moving scripts into place and writing config..." -1 -1
|
||||||
|
|
||||||
cat << EOF > ${i3Path}/config
|
cat << EOF > ${i3Path}/config
|
||||||
# Generated by I38 (${0##*/}) https://github.com/stormdragon2976/I38
|
# Generated by I38 (${0##*/}) https://github.com/stormdragon2976/I38
|
||||||
|
Loading…
Reference in New Issue
Block a user