From 3191ef1ab2bb3cc35bbb273d65515358d894b16e Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Thu, 24 Mar 2022 03:25:50 -0400 Subject: [PATCH] idk anymore man --- gnome_install.sh | 2 +- program_install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome_install.sh b/gnome_install.sh index 79eabbb..a1f4f21 100644 --- a/gnome_install.sh +++ b/gnome_install.sh @@ -1,6 +1,6 @@ # Copy over unstable repo stuff cp ./files/unstable.list /etc/apt/sources.list.d/unstable.list -cp ./preferences /etc/apt/preferences +cp ./files/preferences /etc/apt/preferences # Install gnome apt-get update &&\ diff --git a/program_install.sh b/program_install.sh index 5efcc2d..810cb5c 100755 --- a/program_install.sh +++ b/program_install.sh @@ -26,7 +26,7 @@ curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Deb apt-get update -y && apt-get upgrade -y # Install my default apt stuff -apt-get install -y ungoogled-chromium librewolf firefox-esr code python3 python3-pip python3-wheel docker-compose docker.io zsh p7zip-full git iputils-* dnsutils net-tools htop nano vim neovim ncat ssh tree vlc snapd neofetch zip unzip +apt-get install -y ungoogled-chromium librewolf firefox-esr code python3 python3-pip python3-wheel docker-compose docker.io zsh p7zip-full git iputils-* dnsutils net-tools htop progress nano vim neovim ncat ssh tree vlc snapd neofetch zip unzip # Update python pip python3 -m pip install -U pip