Skip to content
Snippets Groups Projects
Commit 7a6fe359 authored by alexis's avatar alexis
Browse files

fix the behavior of debian script

parent 340e87b4
No related branches found
No related tags found
No related merge requests found
......@@ -39,21 +39,21 @@ if [ "$distro" == "Debian" ]; then
if [ "$yn" == 'y' ]; then
# programs
sudo apt install network-manager newsboat neofetch htop mpv python3-pip && sudo python3 -m pip install -U yt-dlp
sudo apt purge gnome-games
sudo systemctl enable --now NetworkManager && echo 'Enabled Network Manager'
echo 'Even bloated ones ? y or n'
read yn
if [ "$yn"== 'y' ]; then
sudo apt install thunderbird libreoffice pandoc texlive-full
read yn
if [ "$yn"== 'y' ]; then
sudo apt install thunderbird libreoffice pandoc texlive-full
fi
fi
sudo apt purge gnome-games
sudo systemctl enable --now NetworkManager && echo 'Enabled Network Manager'
echo 'Install Ungoogled Chromium (it will install flatpack) ? (y or n)'
read yn
if [ "$yn" == 'y' ]; then
# Download and install VS Code
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.github.Eloston.UngoogledChromium
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.github.Eloston.UngoogledChromium
fi
......@@ -103,7 +103,7 @@ if [ "$distro" == "Debian" ]; then
elif [ "$distro" == "Arch" ]; then
if [ "$distro" == "Arch" ]; then
sudo pacman -Sy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment