summaryrefslogtreecommitdiff
path: root/aptitude-safe-upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'aptitude-safe-upgrade')
-rwxr-xr-xaptitude-safe-upgrade8
1 files changed, 8 insertions, 0 deletions
diff --git a/aptitude-safe-upgrade b/aptitude-safe-upgrade
new file mode 100755
index 0000000..b5c57d9
--- /dev/null
+++ b/aptitude-safe-upgrade
@@ -0,0 +1,8 @@
+#!/bin/zsh
+
+
+. /home/pks/bin/func.zsh
+check_root
+
+aptitude update && aptitude safe-upgrade -y
+