Simplify p and tweaks for debian
This commit is contained in:
15
debian.sh
Executable file
15
debian.sh
Executable 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
|
||||
Reference in New Issue
Block a user