wip
This commit is contained in:
parent
f9cf5afd80
commit
4a54c47083
1 changed files with 2 additions and 2 deletions
4
entry.sh
4
entry.sh
|
@ -123,12 +123,12 @@ function second_stage(){
|
|||
) | adduser jedi
|
||||
|
||||
HOME=/home/jedi
|
||||
btrfs subvolume snapshot / /snap/$(date +%Y-%m-%d_user_gui)
|
||||
apt install -y git virt-manager
|
||||
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