Commit Graph

42 Commits

Author SHA1 Message Date
Aminda Suomalainen 3d145616d2
deb-update.bash: sleep a bit after needrestart 2024-05-05 11:21:30 +03:00
Aminda Suomalainen 1057879d5e
bash: initial commit of fix-kernel-install.bash as a friend to fixgrub.bash
Yes, this is a horrible hack that looks horrible.
2024-05-03 19:51:05 +03:00
Aminda Suomalainen b126d56667
deb-update.bash: there isn't that much impact in caching as it will see cache is recent enough 2024-04-27 21:22:31 +03:00
Aminda Suomalainen bbbcf9f2c3
deb-updatea.bash: combine dnf check-update & upgrade 2024-04-18 07:23:59 +03:00
Aminda Suomalainen 29a72a17ca
deb-update.bash: set snap refresh.retain to 2 2024-03-19 13:23:30 +02:00
Aminda Suomalainen 80b102a899
deb-update.bash: C.utf8 has been glibc a few years now 2024-02-10 12:29:09 +02:00
Aminda Suomalainen c0fa94a33f
deb-update.bash: enable verbose flag for dnf
The goal here is to reduce frustation especially on HDD
2024-01-02 09:54:00 +02:00
Aminda Suomalainen d7d00acd75
bash/deb-update.bash: add user flatpak just in case 2023-09-27 22:13:56 +03:00
Aminda Suomalainen bebbae678f
deb-update.bash: just update with --no-static-deltas if flatpak update fails 2023-09-05 10:08:40 +03:00
Aminda Suomalainen 5f5a98ec79
add & run shfmt 2023-05-18 12:25:47 +03:00
Aminda Suomalainen 04eab0e211
fix indent style 2023-04-06 12:03:10 +03:00
Aminda Suomalainen b49aa13e5e
deb-update.bash: make flatpak noninteractive and add comment to remind of migraine 2023-01-15 14:49:39 +02:00
Aminda Suomalainen c2c1862dfc
deb-update.bash: move comment to section it applies to 2023-01-15 14:47:41 +02:00
Aminda Suomalainen 4f832ce013
bash/deb-update.bash: run the grub fix script if it exists 2022-09-11 14:10:50 +03:00
Aminda Suomalainen 9a35f15e9f
deb-update.bash: run dnf autoremove twice too 2022-09-07 20:14:44 +03:00
Aminda Suomalainen 3a26251f0c
deb-update.bash: add dpkg configuration just in case 2022-09-07 20:13:07 +03:00
Aminda Suomalainen 61e218a15b
deb-update.bash: run apt-get autoremove also before apt-get upgrade (kernel space issues?) 2022-09-07 16:10:44 +03:00
Aminda Suomalainen c7012edc83
deb-update.bash: remove extraneous escaping 2022-05-23 11:34:07 +03:00
Aminda Suomalainen 3884b9fb27
deb-update.bash: add note to self on flatpak --no-static-deltas 2022-05-23 09:58:58 +03:00
Aminda Suomalainen 0b71f19488
deb-update.bash: add fedora-third-party 2022-04-21 09:11:24 +03:00
Aminda Suomalainen c81808ee26
deb-update.bash: actually use LC_ALL and note it being poor practice 2022-04-03 01:40:07 +03:00
Aminda Suomalainen 281cf1b07b
deb-update.bash: switch to en_US.utf8 and comment-lecture for three lines 2022-04-03 01:39:17 +03:00
Aminda Suomalainen 01868740ca
deb-update.bash: export LANG=C 2022-04-01 21:53:37 +03:00
Aminda Suomalainen 339a7e585f
deb-update.bash: add a note-to-self echo on flatpak repair 2021-03-10 11:23:01 +02:00
Aminda Suomalainen 1806a4a40a
deb-update.bash: add dnf autoremove 2021-02-28 15:55:17 +02:00
Aminda Suomalainen dbbd461fb5
deb-update.bash: add pkcon, rpmconf & needrestart
Resolves: #26
Resolves: #27
Resolves: #28
2021-02-21 11:55:08 +02:00
Aminda Suomalainen 231ccb8280
deb-update.bash: add dnf check-update 2021-02-01 10:26:53 +02:00
Aminda Suomalainen 2321006e01
deb-update.bash: fix deprecated dnf alias
The manual page says "dnf update" is deprecated alias, current alias
would be "dnf up", but I guess in script using the actual command
"upgrade" is the best option.
2021-01-24 21:33:09 +02:00
Aminda Suomalainen 86d0088a4f
deb-update.bash: add dnf 2021-01-24 11:04:39 +02:00
Aminda Suomalainen 46a282df65
deb-update.bash: interactivity for progress bar 2020-09-18 09:03:42 +03:00
Aminda Suomalainen 4dfb509cc4
deb-update.bash: indent comments, add one on if hash
Comments are also moved down to where they belong in case they were
explaining the if hash incorrectly
2020-06-11 17:22:14 +03:00
Aminda Suomalainen 41d3ad7f9b
deb-update: add apt-get autoremove 2020-06-10 23:37:54 +03:00
Aminda Suomalainen 086795f5f7
deb-update.bash: allow flatpak to uninstall --unused 2020-04-04 10:54:24 +03:00
Aminda Suomalainen 733507ee24 deb-update.bash: check for the existence of binaries
Resolves: #9
2019-11-01 10:17:55 +02:00
Aminda Suomalainen 412fb4e620
deb-update.bash: add --noninteractive to flatpak update, comment uninstall 2019-09-13 23:31:31 +03:00
Aminda Suomalainen 0ac85c1678
deb-update/flatpak: spoke too soon
apparently now when I `flatpak update --assumeyes`,
org.freedesktop.Platform.GL.default gets updated and immediately
afterwards it gets removed as nothing is using it?
2019-09-12 23:35:14 +03:00
Aminda Suomalainen 107fbf1f38
deb-update.bash: add flatpak uninstall --unused 2019-09-12 01:20:41 +03:00
Aminda Suomalainen d432061547
deb-update.bash: add comments & apt-file update 2019-08-25 19:39:36 +03:00
Aminda Suomalainen 19a8c9f5c3
deb-update.bash: add --with-new-pkgs to apt-get 2018-11-07 11:50:01 +02:00
Aminda Suomalainen 4be2e51f43
deb-update.bash: add snap changes 2018-10-29 22:50:56 +02:00
Aminda Suomalainen cfec8cc3fe
bash/deb-update.bash: add --assumeyes for flatpak 2018-06-22 15:00:32 +03:00
Aminda Suomalainen a3ae3f424c
add deb-update.bash: apts, flatpak, snap
Why to have three different package managers with four different
commands to do a thing I am doing often, if I can script one command to
do it?
2018-05-02 11:29:49 +03:00