make some tools optional
This commit is contained in:
parent
5049c1b810
commit
1885e4e26e
1 changed files with 4 additions and 4 deletions
8
entry.sh
8
entry.sh
|
@ -150,10 +150,8 @@ function second_stage(){
|
|||
|
||||
btrfs subvolume snapshot / /snap/$(date +%Y-%m-%d_user_gui)
|
||||
apt install -y git wget materia-gtk-theme htop nmap arandr timeshift gparted
|
||||
echo $?
|
||||
apt install -y virt-manager telegram-desktop chromium firefox thunderbird geany vlc pidgin gimp inkscape meld blender freecad remmina gmpc
|
||||
# kicad
|
||||
echo $?
|
||||
apt install -y virt-manager telegram-desktop chromium firefox thunderbird geany vlc pidgin meld remmina gmpc
|
||||
apt install -y gimp inkscape blender freecad kicad || true
|
||||
btrfs subvolume snapshot / /snap/$(date +%Y-%m-%d_big_tools)
|
||||
git clone https://github.com/robbyrussell/oh-my-zsh.git $HOME/.oh-my-zsh
|
||||
chmod 0755 $HOME/.oh-my-zsh
|
||||
|
@ -180,6 +178,8 @@ function user_install(){
|
|||
|
||||
rsync -a /root/unbox_data/secrets/SSH/ .ssh/
|
||||
|
||||
ssh git@git.neulandlabor.de -p 2222
|
||||
|
||||
git clone ssh://git@git.neulandlabor.de:2222/j3d1/laptop_tools.git Tools
|
||||
echo $?
|
||||
|
||||
|
|
Loading…
Reference in a new issue