@@ -2,6 +2,8 @@
## Core installation
+execute `deep-upgrade`
+
execute `fish-install`
execute `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
@@ -0,0 +1,7 @@
+#!/bin/bash
+# Uprade rogue packages
+sudo apt update
+sudo apt --with-new-pkgs upgrade