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
Loading
...@@ -39,21 +39,21 @@ if [ "$distro" == "Debian" ]; then ...@@ -39,21 +39,21 @@ if [ "$distro" == "Debian" ]; then
if [ "$yn" == 'y' ]; then if [ "$yn" == 'y' ]; then
# programs # programs
sudo apt install network-manager newsboat neofetch htop mpv python3-pip && sudo python3 -m pip install -U yt-dlp 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' echo 'Even bloated ones ? y or n'
read yn read yn
if [ "$yn"== 'y' ]; then if [ "$yn"== 'y' ]; then
sudo apt install thunderbird libreoffice pandoc texlive-full sudo apt install thunderbird libreoffice pandoc texlive-full
fi
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)' echo 'Install Ungoogled Chromium (it will install flatpack) ? (y or n)'
read yn read yn
if [ "$yn" == 'y' ]; then if [ "$yn" == 'y' ]; then
# Download and install VS Code # Download and install VS Code
sudo apt install flatpak sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.github.Eloston.UngoogledChromium flatpak install flathub com.github.Eloston.UngoogledChromium
fi fi
...@@ -103,7 +103,7 @@ if [ "$distro" == "Debian" ]; then ...@@ -103,7 +103,7 @@ if [ "$distro" == "Debian" ]; then
elif [ "$distro" == "Arch" ]; then if [ "$distro" == "Arch" ]; then
sudo pacman -Sy sudo pacman -Sy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment