From caf275ed7f90bbe2c3d7bcb9e46e6cfbef177409 Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Thu, 24 Mar 2022 02:12:11 -0400 Subject: [PATCH] moved taskel to laptop install script --- gnome_install.sh | 3 --- laptop_install.sh | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome_install.sh b/gnome_install.sh index 9cfd79f..79eabbb 100644 --- a/gnome_install.sh +++ b/gnome_install.sh @@ -1,6 +1,3 @@ -# install laptop utils via tasksel -tasksel install laptop - # Copy over unstable repo stuff cp ./files/unstable.list /etc/apt/sources.list.d/unstable.list cp ./preferences /etc/apt/preferences diff --git a/laptop_install.sh b/laptop_install.sh index 1da019e..5b004f7 100644 --- a/laptop_install.sh +++ b/laptop_install.sh @@ -6,6 +6,9 @@ $LOC/program_install.sh apt-get update &&\ apt-get install -y ungoogled-chromium librewolf code python3 python3-pip python3-wheel docker-compose docker.io zsh gdb p7zip-full git iputils-* dnsutils net-tools ffmpeg htop nano vim neovim nmap ncat ssh tree vlc snapd audacity filezilla +# install laptop utils via tasksel +tasksel install laptop + # Point to Fprint driver echo -e "\n\nFigerprint\n\tCheck out: https://gist.github.com/d-k-bo/15e53eab53e2845e97746f5f8661b224"