7 lines
139 B
Bash
Executable file
7 lines
139 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# Copyright (c) 2024 Interstellar Development
|
|
|
|
apt update
|
|
apt install -y sudo git
|