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