This commit is contained in:
pika 2025-04-06 20:53:31 +02:00
parent 485058024e
commit 209ad2f97c

View file

@ -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"