1
0
Fork 0

Added: install.sh

Browse Source
This commit is contained in:
rhjr 2025-05-09 11:35:53 +02:00
parent f48760bd9e
commit e2cba93542

14
install.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/bash
##
apt update
apt upgrade
## workspace
mkdir -p $HOME/devel
mkdir -p $HOME/documents
mkdir -p $HOME/downloads
mkdir -p $HOME/programs
mkdir -p $HOME/machines
mkdir -p $HOME/scratch