wip
This commit is contained in:
parent
485058024e
commit
209ad2f97c
1 changed files with 2 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
|
||||
# ╭──────────────╮
|
||||
# │ dependencies │
|
||||
|
@ -119,11 +119,7 @@
|
|||
aptBase() {
|
||||
aptCommentCDinSources
|
||||
echo_info "Updating sources.."
|
||||
if ! $_sudo apt-get update; then
|
||||
echo_error "Maybe you need a proxy?"
|
||||
|
||||
exit 1
|
||||
fi
|
||||
$_sudo apt-get update
|
||||
|
||||
if ! command_exists sudo; then
|
||||
echo_note "Installing sudo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue