diff --git a/desktop_install.sh b/desktop_install.sh index 4b24866..b9b808c 100644 --- a/desktop_install.sh +++ b/desktop_install.sh @@ -15,6 +15,4 @@ modprobe -r iwlwifi && modprobe iwlwifi # If wired networking is working, but gnome doesnt recognize it properly, check out this post: # https://forums.debian.net/viewtopic.php?t=104561 -mv $LOC/files/Desktop $LOC/files/InstallMe - $LOC/finalize.sh \ No newline at end of file diff --git a/finalize.sh b/finalize.sh index 934bd31..4cd87a5 100644 --- a/finalize.sh +++ b/finalize.sh @@ -1,9 +1,6 @@ # unprivileged user's name, change this if it isnt right USER="michael" -# Move files to home dir -mv ./files/InstallMe /home/$USER - # List gnome extensions to install echo -e "\nGnome extensions:" diff --git a/laptop_install.sh b/laptop_install.sh index 3a488bf..1da019e 100644 --- a/laptop_install.sh +++ b/laptop_install.sh @@ -6,7 +6,6 @@ $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 -mv $LOC/files/Laptop $LOC/files/InstallMe # Point to Fprint driver echo -e "\n\nFigerprint\n\tCheck out: https://gist.github.com/d-k-bo/15e53eab53e2845e97746f5f8661b224"