Compare commits
No commits in common. "9012cd20924a14ff8d381545f69510a95256e229" and "bdf4808ac6801588fa6b789931d231bdddba559f" have entirely different histories.
9012cd2092
...
bdf4808ac6
@ -1,5 +0,0 @@
|
||||
[Match]
|
||||
Name=ens6f*
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
9
fresh.sh
9
fresh.sh
@ -212,11 +212,6 @@ add_pacman_hooks() {
|
||||
cp $scriptdir/etc/pacman.d/hooks/* /etc/pacman.d/hooks/ &>> $logfile
|
||||
}
|
||||
|
||||
add_xorg_conf() {
|
||||
echo "Adding systemd configs\n\n" >> $logfile
|
||||
cp $scriptdir/etc/systemd/network/00-wired.network /etc/systemd/network/00-wired.network &>> $logfile
|
||||
}
|
||||
|
||||
set_pacman_config() {
|
||||
echo "Setting pacman conf\n\n" >> $logfile
|
||||
cp $scriptdir/etc/pacman.conf /etc/pacman.conf &>> $logfile
|
||||
@ -295,8 +290,6 @@ case $todo in
|
||||
enable_service "--user syncthing"
|
||||
if [[ ${curr_platform} == "L" ]]; then
|
||||
enable_service "netctl-auto@wlp3s0"
|
||||
else
|
||||
enable_service "systemd-networkd"
|
||||
fi
|
||||
enable_service "systemd-timesyncd" "atd"
|
||||
set_root_bashrc
|
||||
@ -319,8 +312,6 @@ case $todo in
|
||||
pre_update
|
||||
if [[ ${curr_platform} == "L" ]]; then
|
||||
enable_service "netctl-auto@wlp3s0"
|
||||
else
|
||||
enable_service "systemd-networkd"
|
||||
fi
|
||||
enable_service "systemd-timesyncd" "atd"
|
||||
ready_steady_go
|
||||
|
2
pack.csv
2
pack.csv
@ -20,7 +20,6 @@ A,P,oath-toolkit,library to use OATH-pam auth with yubikeys
|
||||
A,P,yubico-pam,Authentication with yubikeys
|
||||
D,P,nvidia-dkms,Graphics driver
|
||||
A,P,expac,Pacman Database Extraction Tool (Get Install-Date)
|
||||
A,P,qt5ct,Tool to change themes for qt apps
|
||||
|
||||
# libraries
|
||||
# A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
|
||||
@ -96,7 +95,6 @@ A,P,pulseaudio-alsa,ALSA Configuration for PulseAudio
|
||||
A,P,pulseaudio-jack,Jack support for PulseAudio
|
||||
A,P,jack2,C++ version of the JACK low-latency audio server for multi-processor machines
|
||||
A,P,jack2-dbus,The JACK low-latency audio server (dbus integration)
|
||||
A,P,a2jmidid,Dbus midi jack thingy
|
||||
A,P,qjackctl,A Qt front-end for the JACK low-latency audio server
|
||||
A,P,python-dbus,Python bindings for DBUS
|
||||
|
||||
|
|
Loading…
x
Reference in New Issue
Block a user