Simplify p and tweaks for debian

This commit is contained in:
2025-03-27 11:54:55 +00:00
parent d2d694a51e
commit 83827798f7
5 changed files with 79 additions and 147 deletions

15
debian.sh Executable file
View File

@@ -0,0 +1,15 @@
#! /bin/bash
source scripts/p.sh
p # Update system
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bckp
sudo cp debian-sources.list /etc/apt/sources.list
p
sudo apt install gnome-core flatpak gnome-software-plugin-flatpak
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# Enable Network Manager
sudo mv /etc/network/interfaces /etc/network/interfaces.bckp
sudo systemctl restart networking
sudo service NetworkManager restart