5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Creates symlinks inside th chroot.
|
||
|
ln -s -r /usr/share/eznixOS12X /etc/skel
|