Browse Source

Split deep uprade in a separate file

Jovian (Netbook) 6 years ago
parent
commit
aadc564b0f
3 changed files with 9 additions and 2 deletions
  1. 2 0
      Install/README.md
  2. 0 2
      Install/basic-install
  3. 7 0
      Install/deep-upgrade

+ 2 - 0
Install/README.md

@@ -2,6 +2,8 @@
 
 ## Core installation
 
+execute `deep-upgrade`
+
 execute `fish-install`
 
 execute `basic-install`

+ 0 - 2
Install/basic-install

@@ -3,8 +3,6 @@
 # Run this programm in jovian shell
 
 # Basic programms
-sudo apt update ;
-sudo apt-get --with-new-pkgs upgrade ; # Uprade rogue packages
 sudo apt install htop screen w3m tree etherwake ;
 
 # Install git

+ 7 - 0
Install/deep-upgrade

@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# Uprade rogue packages
+
+sudo apt update
+sudo apt --with-new-pkgs upgrade
+