summaryrefslogtreecommitdiff
path: root/move_to_unstable.sh
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-01-27 12:45:54 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-01-27 12:45:54 +0530
commit05f9bc5afd5ac5f671f1dcd3d20774b0987545ec (patch)
treeaa1a9fbe816b5217f6827ae2a41481f762c6c7f4 /move_to_unstable.sh
parentcc5a352e65e533cc84358a546c9ee6f1d5a47908 (diff)
refactor dotfiles, and use nix
Diffstat (limited to 'move_to_unstable.sh')
-rw-r--r--move_to_unstable.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/move_to_unstable.sh b/move_to_unstable.sh
deleted file mode 100644
index dc48868..0000000
--- a/move_to_unstable.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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.."