wip
This commit is contained in:
parent
2fbf64d272
commit
f9cf5afd80
1 changed files with 7 additions and 3 deletions
10
entry.sh
10
entry.sh
|
@ -115,13 +115,17 @@ function second_stage(){
|
|||
(
|
||||
echo $USER_PASSWORD
|
||||
echo $USER_PASSWORD
|
||||
) | adduser --gecos jedi
|
||||
(
|
||||
echo
|
||||
echo
|
||||
echo
|
||||
echo
|
||||
echo
|
||||
) | adduser jedi
|
||||
|
||||
HOME=/home/jedi
|
||||
git clone git://github.com/robbyrussell/oh-my-zsh.git $HOME/.oh-my-zsh
|
||||
chmod 0755 $HOME/.oh-my-zsh
|
||||
chown -R jedi:jedi $HOME
|
||||
)
|
||||
chsh --shell /bin/zsh jedi
|
||||
btrfs subvolume snapshot / /snap/$(date +%Y-%m-%d_user_gui)
|
||||
apt install -y git virt-manager
|
||||
|
|
Loading…
Reference in a new issue