wip
This commit is contained in:
parent
9ccc6700c8
commit
a32d3b4618
1 changed files with 2 additions and 1 deletions
3
entry.sh
3
entry.sh
|
@ -150,7 +150,8 @@ function second_stage(){
|
|||
unset USER_PASSWORD
|
||||
|
||||
btrfs subvolume snapshot / /snap/$(date +%Y-%m-%d_user_gui)
|
||||
apt install -y git wget
|
||||
apt install -y git wget \
|
||||
gnome-themes-extra
|
||||
apt install -y virt-manager telegram-desktop firefox thunderbird geany vlc pidgin inkscape meld kicad blender
|
||||
git clone git://github.com/robbyrussell/oh-my-zsh.git $HOME/.oh-my-zsh
|
||||
chmod 0755 $HOME/.oh-my-zsh
|
||||
|
|
Loading…
Reference in a new issue