mirror of
https://github.com/bashclub/no-sub-hack.git
synced 2025-08-07 00:25:00 +02:00
7 lines
152 B
Bash
7 lines
152 B
Bash
#!/bin/bash
|
|
|
|
mkdir -p /opt/bashclub
|
|
cp ./no-sub-hack.sh /opt/bashclub
|
|
cp ./80bashclubapthook /etc/apt/apt.conf.d/
|
|
chmod +x /opt/bashclub/no-sub-hack.sh
|