summaryrefslogtreecommitdiff
path: root/move_to_unstable.sh
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2022-12-21 21:19:37 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2022-12-21 21:19:37 +0530
commita7494dc1af1d7024aa4a45fb65a109b3b7477dbe (patch)
tree2daab1a6e68c081889fe113976236080f89a5a1e /move_to_unstable.sh
parentc75d3641fc548df3ef8c5f27e8397e3ad0f14c33 (diff)
finish setup script
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.."