diff --git a/install.sh b/install.sh index 18f53331..9d19a58f 100755 --- a/install.sh +++ b/install.sh @@ -90,10 +90,11 @@ echo # Install Programs if [ "$reload" = false ]; then + testing_branch="trixie" echo "Debian Sources:" echo "1) Stable" - echo "2) Testing" - echo "3) Skip (Do not change)" + echo "2) Testing ($testing_branch)" + echo "3) Skip ($(lsb_release -c -s))" printf "Enter your choice: " while read -r REPLY; do @@ -101,13 +102,31 @@ if [ "$reload" = false ]; then 1) echo "${CYAN}Using Stable sources.${NC}" sudo cp /etc/apt/sources.list /etc/apt/sources.list.bckp - sudo cp stable-sources.list /etc/apt/sources.list + sudo sh -c 'cat > /etc/apt/sources.list < /etc/apt/sources.list <