Skip to content

Commit 78ab2db

Browse files
committed
Added apt get update to Ubuntu Quick Install
1 parent e764ec8 commit 78ab2db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

quick-install-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function setup_installer
4747
##################################################
4848
function install_dependenices
4949
{
50+
sudo apt update
5051
sudo apt install --assume-yes \
5152
build-essential \
5253
automake \

0 commit comments

Comments
 (0)