[BUG] <the original repo is currently down>
BreadGhoti opened this issue · 16 comments
BreadGhoti commented
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
so you may need to update the easy install code so it uses this repo instead of the one it was cloned from
Expected Behavior
just change the code
Steps To Reproduce
no error
Environment
no
Docker creation
nono
Container logs
no
BreadGhoti commented
Mollom please i need help
BreadGhoti commented
@Mollomm1 please
Mollomm1 commented
Mollomm1 commented
as a temporary workaround you can execute those commands:
git clone https://github.com/3kh0/DesktopOnCodespaces
cd DesktopOnCodespaces
pip install textual
sleep 2
python3 installer.py
docker build -t desktoponcodespaces . --no-cache
cd ..
sudo apt update
sudo apt install -y jq
mkdir Save
cp -r DesktopOnCodespaces/root/config/* Save
json_file="DesktopOnCodespaces/options.json"
if jq ".enablekvm" "$json_file" | grep -q true; then
docker run -d --name=DesktopOnCodespaces -e PUID=1000 -e PGID=1000 --device=/dev/kvm --security-opt seccomp=unconfined -e TZ=Etc/UTC -e SUBFOLDER=/ -e TITLE=GamingOnCodespaces -p 3000:3000 --shm-size="2gb" -v $(pwd)/Save:/config --restart unless-stopped desktoponcodespaces
else
docker run -d --name=DesktopOnCodespaces -e PUID=1000 -e PGID=1000 --security-opt seccomp=unconfined -e TZ=Etc/UTC -e SUBFOLDER=/ -e TITLE=GamingOnCodespaces -p 3000:3000 --shm-size="2gb" -v $(pwd)/Save:/config --restart unless-stopped desktoponcodespaces
fi
echo "‐-----------------------------"
echo "INSTALL FINISHED! Check Port Tab"
BreadGhoti commented
omg tysm
BreadGhoti commented
but my ports wont open what can i do about that?
BreadGhoti commented
BreadGhoti commented
my ports won't open why do you think that is?
Mollomm1 commented
my ports won't open why do you think that is?
can you try to do :
docker ps
BreadGhoti commented
sure
BreadGhoti commented
i get this CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
BreadGhoti commented
Mollomm1 commented
try reinstalling entierly
BreadGhoti commented
try reinstalling entierly
@Mollomm1 can you explain that? im on gitpod btw
BreadGhoti commented
@Mollomm1 i found a temporary workaround
Mollomm1 commented
the og repo is back up!
https://git.mollomm1.dev/Mollomm1/DesktopOnCodespaces