script-astra/init.sh

13 lines
470 B
Bash
Raw Normal View History

2025-01-20 15:15:20 +00:00
#!/bin/bash
cp ./source.list /etc/apt/sources.list
cp ./xorg.conf /etc/X11/xorg.conf
apt update
apt-get install -y --ignore-missing $(< packages.list)
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.shwget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
chmod +x ./dotnet-install.sh
./dotnet-install.sh --channel 8.0
apt-get install -y --ignore-missing $(< debs.list)
mkdir /home/software
chmod -R 777 /home/software
cp -r ./Android /home/software