From a768046a5090f0c400e3490841534cc860eaa7d8 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Mon, 9 Nov 2020 13:36:59 +0000 Subject: [PATCH] Sorry, rename again, haha --- README.md | 2 +- netinst.sh => debi.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename netinst.sh => debi.sh (100%) diff --git a/README.md b/README.md index 7f326ba..301d297 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This script is used to reinstall the Linux OS of a KVM-based VPS or a Hyper-V vi ## Usage - sudo bash -c "$(curl -fsSL https://github.com/bohanyang/debian-network-reinstall/raw/master/netinst.sh)" -- + sudo bash -c "$(curl -fsSL https://github.com/bohanyang/debi/raw/master/debi.sh)" -- ## Available Options diff --git a/netinst.sh b/debi.sh similarity index 100% rename from netinst.sh rename to debi.sh