summaryrefslogtreecommitdiff
path: root/slackware-bootstrap
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-07-04 00:05:45 +0200
committernavewindre <boneyaard@gmail.com>2025-07-04 00:05:45 +0200
commitf3ea61e058d0e05d70a7a78401e21ac06f486985 (patch)
tree7394e6c6add4c3afade3723f73a338b12d6548aa /slackware-bootstrap
parent554d162656984edbc20d5f4f79ee68a4d4da998f (diff)
a
Diffstat (limited to 'slackware-bootstrap')
-rwxr-xr-xslackware-bootstrap/package-purge4
1 files changed, 2 insertions, 2 deletions
diff --git a/slackware-bootstrap/package-purge b/slackware-bootstrap/package-purge
index 5f681b8..1300c22 100755
--- a/slackware-bootstrap/package-purge
+++ b/slackware-bootstrap/package-purge
@@ -11,7 +11,7 @@ echo "would you like to purge all kde packages now?"
read -p "enter your choice [y/n] (n): " choice
if [[ $choice == 'y' ]]; then
echo "purging kde packages ..."
- slackpkg remove kde
+ slackpkg -batch=on -default_answer=y remove kde
fi
echo "================== [ TeX packages ] ==============="
@@ -24,7 +24,7 @@ echo "would you like to purge all tex packages now?"
read -p "enter your choice [y/n] (y): " choice
if [[ $choice == 'y' ]]; then
echo "purging tex packages ..."
- slackpkg remove texlive
+ slackpkg -batch=on -default_answer=y remove texlive
fi
touch ~/.purge-done