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