Grub and PostgreSQL updates

This commit is contained in:
IntenseWebs 2024-02-14 23:54:42 -06:00
parent c2b117a281
commit d20f94c765
2 changed files with 15 additions and 0 deletions

View File

@ -51,3 +51,12 @@ insmod part_gpt
insmod fat
search --no-floppy --fs-uuid --set=root EFC8-2865
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
_______________________________________________________________________
sudo apt-get update
sudo apt-get install --reinstall grub
sudo apt-get dist-upgrade
sudo apt-get upgrade
sudo apt autoremove
Then reboot and try running apt-get dist-upgrade again, the issue should be resolved.

View File

@ -10,4 +10,10 @@ apt install pgadmin4-web
sudo ufw allow http
sudo ufw allow https
sudo adduser MYUSERNAME
sudo usermod -aG sudo MYUSERNAME
su - MYUSERNAME
sudo usermod -a -G www-data $USER
sudo apt remove curl