diff --git a/entry.sh b/entry.sh index a587a8f..fc6526b 100755 --- a/entry.sh +++ b/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 }