mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -07:00
kill the bug with fire.
Former-commit-id: 152ea007c3
Former-commit-id: 5a01b533816cd6885bd705f12622abd73d756f43
This commit is contained in:
parent
1697df3f56
commit
3d1e6d2af2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
#Populate root's home folder from /etc/skel
|
||||
cp -rv /etc/skel/ /root/
|
||||
cp -rv /etc/skel/. /root/
|
||||
|
||||
#Time to git stuff...
|
||||
cd /root/
|
||||
|
|
Loading…
Reference in a new issue