summaryrefslogtreecommitdiff
path: root/move_to_unstable.sh
diff options
context:
space:
mode:
Diffstat (limited to 'move_to_unstable.sh')
-rw-r--r--move_to_unstable.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/move_to_unstable.sh b/move_to_unstable.sh
new file mode 100644
index 0000000..dc48868
--- /dev/null
+++ b/move_to_unstable.sh
@@ -0,0 +1,7 @@
+# Install Debian Unstable
+sudo cp sources.list /etc/apt/sources.list
+sudo apt-get update
+sudo apt-get -y full-upgrade
+sudo apt-get -y dist-upgrade
+
+echo "Reboot To Finish.."