Create home bin directory when needed
This commit is contained in:
parent
832fa5ee30
commit
fd97ab9c7a
@ -60,6 +60,7 @@ function main()
|
|||||||
|
|
||||||
# Copy and set up mount-fixing script
|
# Copy and set up mount-fixing script
|
||||||
if [ ! -f "${script}" ]; then
|
if [ ! -f "${script}" ]; then
|
||||||
|
makedir ${HOME}/bin
|
||||||
sed -e "s/\[\[USERNAME\]\]/$(whoami)/" \
|
sed -e "s/\[\[USERNAME\]\]/$(whoami)/" \
|
||||||
< "${scriptdir}/fix_mounts.sh" \
|
< "${scriptdir}/fix_mounts.sh" \
|
||||||
> "${script}"
|
> "${script}"
|
||||||
|
0
system/setup.sh
Normal file → Executable file
0
system/setup.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user