parent
515065ce75
commit
b0bc3d9370
6
Makefile
6
Makefile
|
@ -1,6 +1,12 @@
|
||||||
all:
|
all:
|
||||||
echo is this a new install?
|
echo is this a new install?
|
||||||
|
|
||||||
|
check:
|
||||||
|
echo ${WIT_USER}
|
||||||
|
|
||||||
|
git:
|
||||||
|
git clone https://git.wit.org/wit/bash.git ~/.config/wit/
|
||||||
|
|
||||||
setup-bash:
|
setup-bash:
|
||||||
echo ${WIT_USER}
|
echo ${WIT_USER}
|
||||||
cat bashrc/.bashrc >> ~/.bashrc
|
cat bashrc/.bashrc >> ~/.bashrc
|
||||||
|
|
7
jcarr
7
jcarr
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/bash -x
|
|
||||||
|
|
||||||
cd /tmp
|
|
||||||
rm -f jcarr.sh
|
|
||||||
curl http://mirrors.wit.org/jcarr/jcarr.sh -o jcarr.sh
|
|
||||||
chmod +x /tmp/jcarr.sh
|
|
||||||
sudo /tmp/jcarr.sh
|
|
17
jcarr.sh
17
jcarr.sh
|
@ -1,17 +0,0 @@
|
||||||
#!/bin/bash -x
|
|
||||||
|
|
||||||
mv /etc/apt/sources.list /root/
|
|
||||||
echo "deb http://mirrors.wit.org/debian/ sid main contrib non-free" > /etc/apt/sources.list
|
|
||||||
# echo "deb http://mirrors.wit.org/wit/ sid main" >> /etc/apt/sources.list
|
|
||||||
|
|
||||||
# I need to check to see if the clock is before this date, if so, then it's not working
|
|
||||||
date -s '2023-02-21 11:31:30'
|
|
||||||
|
|
||||||
apt update
|
|
||||||
apt install -y bash_completion wget
|
|
||||||
apt install -y lsof bash-completion libpam-systemd dbus rbd-nbd golang-go git screen vim ethstatus ethtool sysstat \
|
|
||||||
traceroute whois devscripts automake libtool devscripts nmap clang rsync bind9utils dnsutils net-tools \
|
|
||||||
tcpdump wget curl iputils-ping pciutils iptables sysbench man usbutils ssh openssh-server neofetch bc lshw telnet hdparm vrms
|
|
||||||
apt dist-upgrade
|
|
||||||
apt autoremove
|
|
||||||
service ssh start
|
|
Loading…
Reference in New Issue