From 83a9293101555386895a511057f8749097896e8c Mon Sep 17 00:00:00 2001 From: jedi Date: Sat, 19 Feb 2022 07:10:13 +0100 Subject: [PATCH] fix duplicate snapshot names --- entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry.sh b/entry.sh index 7e4d966..2bbdd1b 100755 --- a/entry.sh +++ b/entry.sh @@ -171,7 +171,7 @@ 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 apt install -y virt-manager telegram-desktop chromium firefox thunderbird geany vlc pidgin gimp inkscape meld kicad blender freecad remmina gmpc - btrfs subvolume snapshot / /snap/$(date +%Y-%m-%d_user_gui) + btrfs subvolume snapshot / /snap/$(date +%Y-%m-%d_big_tools) 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