mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
9 lines
251 B
Bash
Executable File
9 lines
251 B
Bash
Executable File
#! /bin/bash
|
|
#
|
|
mv /opt/tempDir /opt/OSCAR
|
|
ln -s /opt/OSCAR/OSCAR /usr/bin/OSCAR
|
|
cp /opt/OSCAR/OSCAR.desktop /home/$SUDO_USER/Desktop
|
|
chown $SUDO_USER:$SUDO_USER /home/$SUDO_USER/Desktop/OSCAR.desktop
|
|
chmod a+x /home/$SUDO_USER/Desktop/OSCAR.desktop
|
|
#
|