make some tools optional

This commit is contained in:
j3d1 2022-04-21 11:59:59 +02:00
parent 5049c1b810
commit 1885e4e26e

View file

@ -150,10 +150,8 @@ function second_stage(){
btrfs subvolume snapshot / /snap/$(date +%Y-%m-%d_user_gui) btrfs subvolume snapshot / /snap/$(date +%Y-%m-%d_user_gui)
apt install -y git wget materia-gtk-theme htop nmap arandr timeshift gparted 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 meld remmina gmpc
apt install -y virt-manager telegram-desktop chromium firefox thunderbird geany vlc pidgin gimp inkscape meld blender freecad remmina gmpc apt install -y gimp inkscape blender freecad kicad || true
# kicad
echo $?
btrfs subvolume snapshot / /snap/$(date +%Y-%m-%d_big_tools) btrfs subvolume snapshot / /snap/$(date +%Y-%m-%d_big_tools)
git clone https://github.com/robbyrussell/oh-my-zsh.git $HOME/.oh-my-zsh git clone https://github.com/robbyrussell/oh-my-zsh.git $HOME/.oh-my-zsh
chmod 0755 $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/ 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 git clone ssh://git@git.neulandlabor.de:2222/j3d1/laptop_tools.git Tools
echo $? echo $?