Skip to content

Commit

Permalink
fixes ubuntu post install
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed May 26, 2020
1 parent 6bd7ad4 commit 1eb871e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/ubuntu/99_post.sh
@@ -1,8 +1,8 @@
#!/bin/bash

function f_os_post() {
f_out "Finishing up Regolith Install"
f_out "Finishing up Ubuntu Install"

sudo apt upgrade -y
sudo apt autoremove -y
sudo apt-get upgrade -y
sudo apt-get autoremove -y
}

0 comments on commit 1eb871e

Please sign in to comment.