Skip to content

Instantly share code, notes, and snippets.

@nektro
Created May 7, 2021 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nektro/eacb9505e78b9fb87495c254b8b6429c to your computer and use it in GitHub Desktop.
Save nektro/eacb9505e78b9fb87495c254b8b6429c to your computer and use it in GitHub Desktop.

Debian setup script

https://github.com/daniel-thompson/pinebook-pro-debian-installer/

  • switch to debian sid
wpa_passphrase $WIFI_SSID $WIFI_PSWD > /etc/wpa_supplicant.conf
ip link set wlan0 down
ip link set wlan0 up
wpa_supplicant -B -iwlan0 -c /etc/wpa_supplicant.conf -Dnl80211,wext
dhclient wlan0

apt update
apt upgrade

apt install neofetch
apt install vim

apt install xinit
apt install i3

# apt install gnome-terminal

apt install firefox
apt install flameshot

apt install git
apt install git-gui
startx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment