remove basic-common.sh

This commit is contained in:
Tobias Powalowski 2023-09-03 22:02:48 +02:00
parent 88576635b0
commit d853a0f4c9
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# written by Tobias Powalowski <tpowa@archlinux.org>
. /usr/lib/archboot/basic.sh
. /usr/lib/archboot/common.sh
_TITLE="Archboot ${_RUNNING_ARCH} | Basic Setup | Clock Configuration"
_hwclock() {

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# written by Tobias Powalowski <tpowa@archlinux.org>
. /usr/lib/archboot/basic.sh
. /usr/lib/archboot/common.sh
_TITLE="Archboot ${_RUNNING_ARCH} | Basic Setup | Launcher"
_check_desktop() {

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# written by Tobias Powalowski <tpowa@archlinux.org>
. /usr/lib/archboot/basic.sh
. /usr/lib/archboot/common.sh
_TITLE="Archboot ${_RUNNING_ARCH} | Basic Setup | Localization"
_locale_menu() {

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# written by Tobias Powalowski <tpowa@archlinux.org>
. /usr/lib/archboot/basic.sh
. /usr/lib/archboot/common.sh
_TITLE="Archboot ${_RUNNING_ARCH} | Basic Setup | Network Configuration"
_printk()

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# created by Tobias Powalowski <tpowa@archlinux.org>
. /usr/lib/archboot/basic.sh
. /usr/lib/archboot/common.sh
_TITLE="Archboot ${_RUNNING_ARCH} | Basic Setup | Pacman Configuration"
_task_download_mirror() {