8 lines
149 B
Bash
Executable file
8 lines
149 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2022-present Brooksytech
|
|
|
|
. /etc/profile
|
|
cd /usr/share/drastic
|
|
./install.sh
|