From affce71168872c1f13c509347cc4b29097039643 Mon Sep 17 00:00:00 2001 From: navewindre Date: Mon, 16 Jun 2025 06:08:12 +0200 Subject: update --- config/xfce4/xfce-perchannel-xml/xsettings.xml | 47 ++++++++++++++++++++++++++ slackware-bootstrap/slackpkg | 19 +++++++++++ slackware-bootstrap/user | 1 + 3 files changed, 67 insertions(+) create mode 100644 config/xfce4/xfce-perchannel-xml/xsettings.xml diff --git a/config/xfce4/xfce-perchannel-xml/xsettings.xml b/config/xfce4/xfce-perchannel-xml/xsettings.xml new file mode 100644 index 0000000..ba33df2 --- /dev/null +++ b/config/xfce4/xfce-perchannel-xml/xsettings.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slackware-bootstrap/slackpkg b/slackware-bootstrap/slackpkg index b6af825..20f32e2 100755 --- a/slackware-bootstrap/slackpkg +++ b/slackware-bootstrap/slackpkg @@ -8,6 +8,7 @@ echo "for the package manager." echo "please uncomment a mirror from a location near you," echo "by removing the '#' from the beginning of the line." printf "\x1b[16;32mONLY CHOOSE ONE MIRROR !\n\x1b[0;0m" +printf "\x1b[16;32mDO NOT CHOOSE A -CURRENT MIRROR NOW !\n\x1b[0;0m" echo "you can save the file by pressing ctrl+x." printf "\x1b[1;31m================================================================\n\x1b[0;0m" @@ -28,3 +29,21 @@ slackpkg upgrade-all cp $basedir/slackpkg-blacklist /etc/slackpkg/blacklist slackpkg update slackpkg install-new + + +echo "================= [ system branch ] ===============" +echo "if you would like, you can now exit the mirrors" +echo "and switch to -current. if not, simply press ctrl+x" +echo "===================================================" + +read -p "press enter to continue" +nano /etc/slackpkg/mirrors +slackpkg update + +echo "would you like to perform a system update now?" +read -p "enter your choice [y/n]: " choice +if [[ $choice == 'y' ]]; then + echo "running full system update ..." + slackpkg upgrade-all + slackpkg install-new +fi diff --git a/slackware-bootstrap/user b/slackware-bootstrap/user index 320c229..9eafbb8 100755 --- a/slackware-bootstrap/user +++ b/slackware-bootstrap/user @@ -6,6 +6,7 @@ if [[ $1 != '' ]]; then fi useradd $user +mkdir -p /home/$user echo "created user $user" passwd $user -- cgit v1.2.3