Skip to content

Commit

Permalink
fixed update-ubuntu for mint
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorCell committed Jan 4, 2021
1 parent 0ceb157 commit 0f0532e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/update-ubuntu
@@ -1,9 +1,9 @@
#!/bin/bash

sudo apt update \
&& sudo apt -y upgrade \
&& sudo apt -y dist-upgrade \
&& sudo apt -y autoremove \
&& sudo apt upgrade -y \
&& sudo apt dist-upgrade -y \
&& sudo apt autoremove -y \
&& echo DONE

if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 0f0532e

Please sign in to comment.