mirror of
https://github.com/bashclub/no-sub-hack.git
synced 2024-11-07 12:01:58 +01: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
|