From 9c5dc55abf1445e75abc8c15acfd37356730f972 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 7 Aug 2023 11:02:32 +0200 Subject: update --- .fvwm2rc | 8 ++++---- bin/slup | 11 +++++++++++ bin/update_slack_kernel | 5 +++++ 3 files changed, 20 insertions(+), 4 deletions(-) create mode 100755 bin/slup create mode 100755 bin/update_slack_kernel diff --git a/.fvwm2rc b/.fvwm2rc index 7acddd5..44b4549 100644 --- a/.fvwm2rc +++ b/.fvwm2rc @@ -98,14 +98,14 @@ AddToMenu "Desktop-Apps" + "&Chromium" Exec exec chromium + "&Discord" Exec exec discord + "&Firefox" Exec exec firefox -#+ "&Google Chrome" Exec exec google-chrome-stable ++ "&Google Chrome" Exec exec google-chrome-stable #+ "&Keybase" Exec exec keybase-gui #+ "&LibreOffice" Exec exec libreoffice ++ "Sea&Monkey" Exec exec seamonkey + "&RSS Guard" Exec exec rssguard -n + "S&ignal" Exec exec signal-desktop -+ "&Slack" Exec exec slack -+ "Sea&Monkey" Exec exec seamonkey -+ "&Zoom" Exec exec zoom +#+ "&Slack" Exec exec slack +#+ "&Zoom" Exec exec zoom DestroyMenu "Settings" AddToMenu "Settings" diff --git a/bin/slup b/bin/slup new file mode 100755 index 0000000..72baede --- /dev/null +++ b/bin/slup @@ -0,0 +1,11 @@ +#!/bin/sh + +# Slackware packages update. + +[ "$USER" = root ] || exec sudo "$0" "$@" + +slackpkg -batch=on update +slackpkg upgrade-all + +[ /boot/vmlinuz -nt /boot/initrd.gz ] && + geninitrd && cd /boot && cp -p vmlinuz initrd.gz efi/EFI/Slackware/ diff --git a/bin/update_slack_kernel b/bin/update_slack_kernel new file mode 100755 index 0000000..90eac82 --- /dev/null +++ b/bin/update_slack_kernel @@ -0,0 +1,5 @@ +#!/bin/sh + +[ "$USER" = root ] || exec sudo "$0" "$@" + +geninitrd && cd /boot && cp -p vmlinuz initrd.gz efi/EFI/Slackware/ -- cgit v1.2.3