6 lines
178 B
Bash
6 lines
178 B
Bash
#!/bin/bash
|
|
# usage
|
|
## curl https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery/blob/main/installer_auto.sh | sudo $SHELL
|
|
set -e
|
|
sudo apt update
|
|
sudo apt install git -y |