godmode apt & dpkg: the easiest way to break your system but also the easiest way to force install stuff that refuses to be installed

This commit is contained in:
tcsenpai 2024-03-20 12:58:01 +01:00
parent 759c85599d
commit a6f8f5fd2f
2 changed files with 6 additions and 0 deletions

3
bin/gapt Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
sudo apt-get -o Dpkg::Options::="--force-overwrite" install $1

3
bin/gdpkg Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
sudo dpkg -i --force-overwrite $1