Update 'debian.sh'

This commit is contained in:
verita84 2022-12-09 21:22:25 +00:00
parent 61af141d52
commit b7d396e8b4

View File

@ -19,7 +19,7 @@
########################
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
export DEBIAN_FRONTEND=noninteractive
TARGET='/install'
TARGET='/mnt'
mkdir $TARGET
######################################
echo
@ -151,7 +151,6 @@ install() {
locale
accounts
auto_login
zram
custom_service_files
services
btrfs-tweaks
@ -387,10 +386,6 @@ wifi() {
iwctl --passphrase $WIRELESS_PASSWORD station $WIRELESS_INTERFACE connect $SSID
}
zram() {
echo -e "ALGO=zstd\nPERCENT=60" | sudo tee -a $TARGET/etc/default/zramswap
}
show-help() {
echo
echo "debian.sh arguments:"