1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-10-18 02:35:12 -04:00

Account for RHEL GUI installation

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-01-22 09:11:47 -07:00
parent 5c7cedd512
commit 79a0297a7b
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -14,8 +14,6 @@
# License for the specific language governing permissions and limitations under # License for the specific language governing permissions and limitations under
# the License. # the License.
#Assuming that you are using ANSSI-BP-028
output(){ output(){
echo -e '\e[36m'"$1"'\e[0m'; echo -e '\e[36m'"$1"'\e[0m';
} }
@ -83,6 +81,10 @@ unpriv curl https://gitlab.com/divested/brace/-/raw/master/brace/usr/lib/systemd
sudo systemctl daemon-reload sudo systemctl daemon-reload
sudo systemctl restart irqbalance sudo systemctl restart irqbalance
# Remove packages
sudo dnf remove baobab firefox gedit gnome-calculator gnome-characters gnome-font-viewer gnome-screenshot gnome-tour yelp*
# Setup dnf # Setup dnf
unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/dnf/dnf.conf | sudo tee /etc/dnf/dnf.conf unpriv curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/dnf/dnf.conf | sudo tee /etc/dnf/dnf.conf
sudo sed -i 's/^metalink=.*/&\&protocol=https/g' /etc/yum.repos.d/* sudo sed -i 's/^metalink=.*/&\&protocol=https/g' /etc/yum.repos.d/*